diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/live b/scripts/live index 683afa2..a28d6e9 100755 --- a/scripts/live +++ b/scripts/live @@ -1286,6 +1286,9 @@ setup_unionfs () ${rootmnt} failed with option noatime,dirs=/cow=rw:${rofsstring}" fi + # Correct the permissions of /: + chmod 0755 "${rootmnt}" + # tmpfs file systems touch /etc/fstab mkdir -p "${rootmnt}/live" |
