X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-overlay.sh;fp=components%2F9990-overlay.sh;h=92d0355da57958557ee28c0a69031a735b9968b7;hb=73d837abfd95add4e0792ef27df8c7eea8a7388f;hp=54b75e50d4c887f7bb403e2507f758cb48926f16;hpb=3a68424fa4d5372cc0fc60d07f58867d41ddcafc;p=live-boot-grml.git diff --git a/components/9990-overlay.sh b/components/9990-overlay.sh index 54b75e5..92d0355 100755 --- a/components/9990-overlay.sh +++ b/components/9990-overlay.sh @@ -299,6 +299,9 @@ setup_unionfs () fi || panic "mount ${UNIONTYPE} on ${unionmountpoint} failed with option ${unionmountopts}" done + # Remove persistence depending on boot parameter + Remove_persistence + # Correct the permissions of /: chmod 0755 "${rootmnt}"