summaryrefslogtreecommitdiff
path: root/old-school/common.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-19 15:41:31 -0400
committerAndrew Cady <d@jerkface.net>2016-04-19 15:41:37 -0400
commit841ae8b1f61449fe78df6835c0a4233266f8baa2 (patch)
tree38ffe6ba50dc69ea3a59bae9061d02e5df7b89fc /old-school/common.sh
parent9234bcc7068a456cbf009988fd798c5fd90af0b9 (diff)
make sure real openvt (not busybox) is available and used
this fixes recovery after menu selection (menu is relaunched)
Diffstat (limited to 'old-school/common.sh')
-rw-r--r--old-school/common.sh2
1 files changed, 1 insertions, 1 deletions
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()
31bootmenu() 31bootmenu()
32{ 32{
33 local do_trigger="$1" no_panic="$2" 33 local do_trigger="$1" no_panic="$2"
34 /bin/openvt -f -c 7 -- dynmenu "$MENUFIFO" && 34 OpenVT -f -c 7 -- dynmenu "$MENUFIFO" &&
35 chvt 7 && 35 chvt 7 &&
36 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.' 36 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.'
37# menutitle 'Samizdat\nfreedom from surveillance\nno trusted authorities' 'Choose an installation target.' 37# menutitle 'Samizdat\nfreedom from surveillance\nno trusted authorities' 'Choose an installation target.'