diff options
| -rw-r--r-- | debian/live-initramfs.init | 2 | ||||
| -rwxr-xr-x | scripts/live | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index 5c79401..294355d 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -198,6 +198,8 @@ case "${1}" in [ "${VERBOSE}" != no ] && log_end_msg 1 ;; esac + + mount -o remount,ro /live/cow ;; *) diff --git a/scripts/live b/scripts/live index 9479f3f..a8dc6c8 100755 --- a/scripts/live +++ b/scripts/live @@ -1104,7 +1104,7 @@ setup_unionfs () if [ "${UNIONTYPE}" = "aufs" ] then - roopt="rr" + roopt="rr,xino=/tmp/aufs.xino" else roopt="ro" fi |
