summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-02-14 17:33:32 +0100
committerThomas Bächler <thomas@archlinux.org>2010-02-14 17:33:32 +0100
commit6f34c86e366fc2e8e2dc6a2979333c464dacc6d0 (patch)
tree2fd5063ed38d864b26ece9ad1ec1467692f9b8f2 /init
parentcb73c11c846d1376c0f4754e4367b28a2b2a36ad (diff)
downloadmkinitcpio-6f34c86e366fc2e8e2dc6a2979333c464dacc6d0.tar.gz
mkinitcpio-6f34c86e366fc2e8e2dc6a2979333c464dacc6d0.tar.xz
Filesystem type detection: Change message to the way it should have been, stupid me
Diffstat (limited to 'init')
-rw-r--r--init2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 9dfb43f..182a54b 100644
--- a/init
+++ b/init
@@ -166,8 +166,8 @@ if [ -z "${nfsroot}" -a "${root}" != "/dev/nfs" ]; then
echo "Try adding"
echo " rootfstype=your_filesystem_type"
echo "to the kernel command line."
- echo "You are now being dropped into an emergency shell."
echo
+ echo "You are now being dropped into an emergency shell."
launch_interactive_shell
msg "Trying to continue (this will most likely fail) ..."
fi