Manually ensuring correct permissions of filesystem.squashfs in order to prevent unbootable systems in some nutcases.
This commit is contained in:
parent
8d5944765f
commit
5790ad171b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue