[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-42-g97a1e62

Daniel Baumann daniel at debian.org
Sat Apr 18 05:42:39 UTC 2009


The following commit has been merged in the master branch:
commit 97a1e624e8a002835fa69f558b752600da7697d6
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Apr 18 07:39:34 2009 +0200

    Manually ensuring correct permissions of filesystem.squashfs in order to prevent unbootable systems in some nutcases.

diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs
index 2bd1349..1b72e7c 100755
--- a/helpers/lh_binary_rootfs
+++ b/helpers/lh_binary_rootfs
@@ -263,6 +263,7 @@ case "${LH_CHROOT_FILESYSTEM}" in
 				# Move image
 				${LH_ROOT_COMMAND} mv chroot/filesystem.squashfs binary/${INITFS}
 				${LH_ROOT_COMMAND} rm -rf chroot/chroot chroot/squashfs.sort
+				${LH_ROOT_COMMAND} chmod 0644 binary/${INITFS}/filesystem.squashfs
 				;;
 
 			disabled)

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list