summaryrefslogtreecommitdiff
path: root/scripts/local
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-08-17 17:14:01 +0200
committermaximilian attems <maks@debian.org>2006-08-17 17:14:01 +0200
commit839572386f35bf4b4404dac5f976566bc155de94 (patch)
tree3d4c49ba90c9070d8652b579b5039d4d67876c50 /scripts/local
parenta84613ae7742190e50cc619eee462cc0cd17f6c8 (diff)
Release 0.74:
- scripts/functions: fix debug boot param - update-initramfs: checkout /etc/kernel-img.conf if lilo and grub is installed - rename mdraid to mdrun, readd mdrun as it seems to work much better with sarge systems - add an help message for rescue shell - better package desc
Diffstat (limited to 'scripts/local')
-rw-r--r--scripts/local2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/local b/scripts/local
index 8510088..0b9baab 100644
--- a/scripts/local
+++ b/scripts/local
@@ -33,6 +33,8 @@ mountroot ()
# We've given up, but we'll let the user fix matters if they can
while [ ! -e "${ROOT}" ]; do
+ echo " Check root= bootarg cat /proc/cmdline"
+ echo " or missing modules, devices: cat /proc/modules ls /dev"
panic "ALERT! ${ROOT} does not exist. Dropping to a shell!"
done