summaryrefslogtreecommitdiff
path: root/debian/initramfs
diff options
context:
space:
mode:
authormartin f. krafft <madduck@debian.org>2007-09-07 00:05:56 +0200
committermartin f. krafft <madduck@madduck.net>2007-10-09 00:09:57 +0100
commitcc27bbc97a0facb63c9124aefe7b000950c77f30 (patch)
tree6710367196f9daed1b151ac9402957a8dce8e112 /debian/initramfs
parent5ecd82714bcf84c1d67d3e196dfb04abae4a0150 (diff)
De-escalate the initramfs hook warning about an "emergency procedure"
Instead, simply note that this involves initramfs assembling arrays it finds automatically at boot. Also added a FAQ entry on how to turn off the init script warning when no arrays are found debbug 434934
Diffstat (limited to 'debian/initramfs')
-rw-r--r--debian/initramfs/hook4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/initramfs/hook b/debian/initramfs/hook
index 1f879a5d..34e2732f 100644
--- a/debian/initramfs/hook
+++ b/debian/initramfs/hook
@@ -174,11 +174,11 @@ fi
# ARRAY statements, we must let the initramfs handle stuff.
if [ ! -f $DESTMDADMCONF ]; then
warn "no configuration file available."
- warn "falling back to emergency procedure in initramfs."
+ info "letting initramfs assemble auto-detected arrays."
exit 0
elif ! grep -q '^ARRAY' $DESTMDADMCONF; then
warn "no arrays defined in configuration file."
- warn "falling back to emergency procedure in initramfs."
+ info "letting initramfs assemble auto-detected arrays."
exit 0
else
# obtain dev:level pairs from config file, honouring multiline entries