X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068..3164991854344469bc3a9e8afd41ffd90f11a93f:/lunaix-os/scripts/mkrootfs diff --git a/lunaix-os/scripts/mkrootfs b/lunaix-os/scripts/mkrootfs index 4178839..5f05f01 100755 --- a/lunaix-os/scripts/mkrootfs +++ b/lunaix-os/scripts/mkrootfs @@ -78,6 +78,8 @@ ${prefix} umount "${tmp_mnt}" || cleanup ${prefix} rm -d "${tmp_mnt}" || cleanup +${prefix} chmod o+rw ${rootfs} || cleanup + if [ ! "${has_err:-0}" -eq 0 ]; then echo "done, but with error." else