initramfs-tools: update to 0.93.2_11.
* Remove usplash stuff from all code, I won't use it. * Print log_msg messages in bold. * Use dmesg from busybox and set it to -n1 to avoid polluting the console with unwanted messages. --HG-- extra : convert_revision : 53c9d6628bb9649f148e77c358578494db0d01da
This commit is contained in:
parent
f4988f23c7
commit
9cc9dd7ad4
4 changed files with 18 additions and 28 deletions
|
@ -49,9 +49,6 @@ pre_mountroot()
|
|||
else
|
||||
slumber=${ROOTDELAY}
|
||||
fi
|
||||
if [ -x /sbin/usplash_write ]; then
|
||||
/sbin/usplash_write "TIMEOUT ${slumber}" || true
|
||||
fi
|
||||
|
||||
slumber=$(( ${slumber} * 10 ))
|
||||
while [ ! -e "${ROOT}" ] \
|
||||
|
@ -66,9 +63,6 @@ pre_mountroot()
|
|||
else
|
||||
log_end_msg 1 || true
|
||||
fi
|
||||
if [ -x /sbin/usplash_write ]; then
|
||||
/sbin/usplash_write "TIMEOUT 15" || true
|
||||
fi
|
||||
fi
|
||||
|
||||
# We've given up, but we'll let the user fix matters if they can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue