summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-02-09 20:32:43 +0100
committerThomas Bächler <thomas@archlinux.org>2010-02-09 20:32:43 +0100
commitb4e4b6f268a293b3093f43afafe005cfccae24ca (patch)
tree7c5d76718214ede390b8848939efab800cfeafe0 /init
parent82e9837b9661ead8f78023ef645c7b6679786739 (diff)
downloadmkinitcpio-b4e4b6f268a293b3093f43afafe005cfccae24ca.tar.gz
mkinitcpio-b4e4b6f268a293b3093f43afafe005cfccae24ca.tar.xz
Remove the comment about 'reboot': busybox reboot requires init to run, thus typing reboot is ineffective
Diffstat (limited to 'init')
-rw-r--r--init2
1 files changed, 0 insertions, 2 deletions
diff --git a/init b/init
index 05ec3d5..cf55e51 100644
--- a/init
+++ b/init
@@ -145,7 +145,6 @@ if [ -z "${nfsroot}" -a "${root}" != "/dev/nfs" ]; then
else
err "Unable to determine major/minor number of root device '${root}'."
echo "You are being dropped to a recovery shell"
- echo " Type 'reboot' to reboot"
echo " Type 'exit' to try and continue booting"
launch_interactive_shell
msg "Trying to continue (this will most likely fail) ..."
@@ -163,7 +162,6 @@ else
if [ -z "$nfs_server" -o -z "$nfs_path" ]; then
err "Unable to mount root filesystem over NFS: wrong parameters."
echo "You are being dropped to a recovery shell"
- echo " Type 'reboot' to reboot"
echo " Type 'exit' to try and continue booting"
launch_interactive_shell
msg "Trying to continue (this will most likely fail) ..."