avoid a strange apparmor bug/issue by invoking subiquity entrypoint directly

see https://forum.snapcraft.io/t/snapd-2-32-breaks-live-server-installer/4597 for more details
This commit is contained in:
Michael Hudson-Doyle 2018-03-21 15:07:22 +13:00
parent 56c582a0d0
commit d0da487895
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ loadkeys - <<EOF
keycode 15 = Tab F91
EOF
export SNAP_REXEC=0
/sbin/agetty -n --noclear -l /snap/bin/subiquity tty1 $TERM
/sbin/agetty -n --noclear -l $SNAP/usr/bin/python3 -o $SNAP/usr/bin/subiquity tty1 $TERM