diff options
-rwxr-xr-x | initramfs-tools/hooks/samizdat | 4 | ||||
-rw-r--r-- | initramfs-tools/scripts/samizdat | 3 | ||||
-rw-r--r-- | old-school/common.sh | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat index edcaea5..3415f18 100755 --- a/initramfs-tools/hooks/samizdat +++ b/initramfs-tools/hooks/samizdat | |||
@@ -5,10 +5,12 @@ | |||
5 | 5 | ||
6 | for f in ./old-school/*; do copy_exec "$f" /bin; done | 6 | for f in ./old-school/*; do copy_exec "$f" /bin; done |
7 | 7 | ||
8 | path_execs='mountpoint' | 8 | path_execs='mountpoint openvt' |
9 | 9 | ||
10 | for c in $path_execs; do copy_exec "$(which $c)" /bin; done | 10 | for c in $path_execs; do copy_exec "$(which $c)" /bin; done |
11 | 11 | ||
12 | copy_exec /bin/openvt /bin/OpenVT | ||
13 | |||
12 | absolute_path_copies='/lib/terminfo/l/linux' | 14 | absolute_path_copies='/lib/terminfo/l/linux' |
13 | 15 | ||
14 | for f in $absolute_path_copies; do copy_exec "$f" "$f"; done | 16 | for f in $absolute_path_copies; do copy_exec "$f" "$f"; done |
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.' |
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() | |||
31 | bootmenu() | 31 | bootmenu() |
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.' |