add generic kremap for kernel remapping
[lunaix-os.git] / lunaix-os / scripts / mkrootfs
index 4178839469ada3181a72711a29216941cccb1d0f..5f05f012360f7d6b11b0f53129577adbcfa2bf74 100755 (executable)
@@ -78,6 +78,8 @@ ${prefix} umount "${tmp_mnt}" || cleanup
 
 ${prefix} rm -d "${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
 if [ ! "${has_err:-0}" -eq 0  ]; then
     echo "done, but with error."
 else