From 841ae8b1f61449fe78df6835c0a4233266f8baa2 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 19 Apr 2016 15:41:31 -0400 Subject: make sure real openvt (not busybox) is available and used this fixes recovery after menu selection (menu is relaunched) --- initramfs-tools/scripts/samizdat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'initramfs-tools/scripts/samizdat') 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() bootmenu() { - local do_trigger="$1" no_panic="$2" - /bin/openvt -f -c 7 -- dynmenu "$MENUFIFO" && + OpenVT -f -c 7 -- dynmenu "$MENUFIFO" && chvt 7 && 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.' # menutitle 'Samizdat\nfreedom from surveillance\nno trusted authorities' 'Choose an installation target.' -- cgit v1.2.3