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) --- old-school/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old-school/common.sh') diff --git a/old-school/common.sh b/old-school/common.sh index c216d2a..4aa8528 100644 --- a/old-school/common.sh +++ b/old-school/common.sh @@ -31,7 +31,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