diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-19 15:41:31 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-19 15:41:37 -0400 |
commit | 841ae8b1f61449fe78df6835c0a4233266f8baa2 (patch) | |
tree | 38ffe6ba50dc69ea3a59bae9061d02e5df7b89fc /initramfs-tools/scripts/samizdat | |
parent | 9234bcc7068a456cbf009988fd798c5fd90af0b9 (diff) |
make sure real openvt (not busybox) is available and used
this fixes recovery after menu selection (menu is relaunched)
Diffstat (limited to 'initramfs-tools/scripts/samizdat')
-rw-r--r-- | initramfs-tools/scripts/samizdat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/initramfs-tools/scripts/samizdat b/initramfs-tools/scripts/samizdat index 89eb3ab..6d4fe58 100644 --- a/initramfs-tools/scripts/samizdat +++ b/initramfs-tools/scripts/samizdat | |||
@@ -68,8 +68,7 @@ menutitle() | |||
68 | 68 | ||
69 | bootmenu() | 69 | bootmenu() |
70 | { | 70 | { |
71 | local do_trigger="$1" no_panic="$2" | 71 | OpenVT -f -c 7 -- dynmenu "$MENUFIFO" && |
72 | /bin/openvt -f -c 7 -- dynmenu "$MENUFIFO" && | ||
73 | chvt 7 && | 72 | chvt 7 && |
74 | menutitle 'Samizdat\n\nAs the Internet develops there are\ntransitions in the management arrangements.\nThe time has come to take\na small step in one of those transitions.' 'Choose an installation target.' | 73 | menutitle 'Samizdat\n\nAs the Internet develops there are\ntransitions in the management arrangements.\nThe time has come to take\na small step in one of those transitions.' 'Choose an installation target.' |
75 | # menutitle 'Samizdat\nfreedom from surveillance\nno trusted authorities' 'Choose an installation target.' | 74 | # menutitle 'Samizdat\nfreedom from surveillance\nno trusted authorities' 'Choose an installation target.' |