git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add generic kremap for kernel remapping
[lunaix-os.git]
/
lunaix-os
/
scripts
/
mkrootfs
diff --git
a/lunaix-os/scripts/mkrootfs
b/lunaix-os/scripts/mkrootfs
index 4178839469ada3181a72711a29216941cccb1d0f..5f05f012360f7d6b11b0f53129577adbcfa2bf74 100755
(executable)
--- 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