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

This commit is contained in:
Daniel Baumann 2009-04-18 07:39:34 +02:00
parent 8d5944765f
commit 5790ad171b
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ case "${LH_CHROOT_FILESYSTEM}" in
# Move image # Move image
${LH_ROOT_COMMAND} mv chroot/filesystem.squashfs binary/${INITFS} ${LH_ROOT_COMMAND} mv chroot/filesystem.squashfs binary/${INITFS}
${LH_ROOT_COMMAND} rm -rf chroot/chroot chroot/squashfs.sort ${LH_ROOT_COMMAND} rm -rf chroot/chroot chroot/squashfs.sort
${LH_ROOT_COMMAND} chmod 0644 binary/${INITFS}/filesystem.squashfs
;; ;;
disabled) disabled)