summaryrefslogtreecommitdiff
path: root/update-initramfs
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-07-24 09:13:28 +0200
committermaximilian attems <maks@debian.org>2006-07-24 09:13:28 +0200
commit8761821795732a9755d673e92fb45ac9202270df (patch)
tree2f6f5d1fc992df86554fa484e477a040ddf03d4c /update-initramfs
parent475bcbc9d6eefe90de6efe424bfb5bcca999fbc7 (diff)
downloadinitramfs-tools-8761821795732a9755d673e92fb45ac9202270df.tar.gz
initramfs-tools-8761821795732a9755d673e92fb45ac9202270df.zip
- add BUSYBOX section to conf
- add myri10ge, smc911x and hptiop modules - fix check_minkver() logic - escape resume variables - fix SEE ALSO section in all manpages - source /usr/share/initramfs-tools/conf.d/* - check against modules.dep before running depmod - more verbose output - open console with -i for dash interactive - fix resume param by LABEL or UUID - lvm has new prereq mdadm - update-initramfs fix -v calling - functions/scripts replace basename usage with shell expansion
Diffstat (limited to 'update-initramfs')
-rwxr-xr-xupdate-initramfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-initramfs b/update-initramfs
index 85a5dd2..ea74136 100755
--- a/update-initramfs
+++ b/update-initramfs
@@ -66,9 +66,9 @@ generate_initramfs()
echo "update-initramfs: Generating ${initramfs}"
OPTS="-o"
if [ "${verbose}" = 1 ]; then
- OPTS="-v $OPTS"
+ OPTS="-v ${OPTS}"
fi
- if mkinitramfs "${OPTS}" "${initramfs}" "${version}"; then
+ if mkinitramfs ${OPTS} "${initramfs}" "${version}"; then
set_sha1
else
mkinitramfs_return="$?"