[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-57-gc6e929a
Daniel Baumann
daniel at debian.org
Mon May 18 15:10:03 UTC 2009
The following commit has been merged in the master branch:
commit c6e929a15d77545f03ea4883bf033e13c632ef12
Author: Daniel Baumann <daniel at debian.org>
Date: Mon May 18 17:01:43 2009 +0200
Always rebuilding initrd in chroot_hacks to avoid inclusion of previously removed udev rules (such as persistent devices).
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index b33d637..6ed9ed8 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -66,12 +66,12 @@ BOOT=nfs
NFSROOT=auto
EOF
fi
-
- # Update initramfs
- Chroot chroot "update-initramfs -k all -t -u"
;;
esac
+# Update initramfs (always, because of udev rules in initrd)
+Chroot chroot "update-initramfs -k all -t -u"
+
# Ensure readable permissions on initramfs. loop-aes-utils sets umask to
# protect GPG keys, which live-helper does not support.
# Note: Use find rather than chmod on the wildcard, one never knows what
--
Debian Live build scripts
More information about the debian-live-changes
mailing list