diff options
Diffstat (limited to 'src/initrd')
-rw-r--r-- | src/initrd/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/initrd/common.sh b/src/initrd/common.sh index 070ecba..750fa87 100644 --- a/src/initrd/common.sh +++ b/src/initrd/common.sh | |||
@@ -59,6 +59,7 @@ bootmenu() | |||
59 | 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.' | 59 | 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.' |
60 | # menutitle 'Samizdat\nfreedom from surveillance\nno trusted authorities' 'Choose an installation target.' | 60 | # menutitle 'Samizdat\nfreedom from surveillance\nno trusted authorities' 'Choose an installation target.' |
61 | addmenu "ramdisk" "[ Boot to RAM without installing anything ]" "menu-select boot-ram" | 61 | addmenu "ramdisk" "[ Boot to RAM without installing anything ]" "menu-select boot-ram" |
62 | addmenu "poweroff" "[ Shut down the system immediately ]" "poweroff -f" | ||
62 | if [ $? != 0 -a ! "$no_panic" ]; then | 63 | if [ $? != 0 -a ! "$no_panic" ]; then |
63 | panic "error loading boot menu! the system won't be usable :(" | 64 | panic "error loading boot menu! the system won't be usable :(" |
64 | fi | 65 | fi |