X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-overlay.sh;h=d1b9cef44d3479c3eb4cf1d5711c38c82c6ee7bf;hb=4574758abec5d6f661742567c14a89c240ccd0b3;hp=58828f66524acca9655bc788b29c344a1ad081c3;hpb=396df49ea752a361a88ada9d180e3a58d9fa37a4;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}" ]