X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-overlay.sh;fp=components%2F9990-overlay.sh;h=d1b9cef44d3479c3eb4cf1d5711c38c82c6ee7bf;hb=cbf1f9d4c7be58b9dabad73a20e3adbf7ac840ab;hp=58828f66524acca9655bc788b29c344a1ad081c3;hpb=3d23fcaf465503f855db42473311835e540340a0;p=live-boot-grml.git diff --git a/components/9990-overlay.sh b/components/9990-overlay.sh index 58828f6..d1b9cef 100755 --- a/components/9990-overlay.sh +++ b/components/9990-overlay.sh @@ -274,7 +274,7 @@ setup_unionfs () panic "only one RO file system supported with exposedroot: ${rootfslist}" fi - mount --bind ${rootfs} ${rootmnt} || \ + mount -o bind ${rootfs} ${rootmnt} || \ panic "bind mount of ${rootfs} failed" if [ -z "${SKIP_UNION_MOUNTS}" ]