diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-02-14 17:33:32 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-02-14 17:33:32 +0100 |
commit | 6f34c86e366fc2e8e2dc6a2979333c464dacc6d0 (patch) | |
tree | 2fd5063ed38d864b26ece9ad1ec1467692f9b8f2 /init | |
parent | cb73c11c846d1376c0f4754e4367b28a2b2a36ad (diff) | |
download | mkinitcpio-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-- | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |