X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-overlay.sh;fp=scripts%2Fboot%2F9990-overlay.sh;h=b4f5082212f69b54b131f44dfe56c18946ef815c;hb=0bcd6dd258e0a52765781cb28dd349a141ba56b4;hp=4739042a0da8a7f6a8c8b42a82412bd61d8ead43;hpb=66eca236cac88042f33cf50984fec5dde417894d;p=live-boot-grml.git diff --git a/scripts/boot/9990-overlay.sh b/scripts/boot/9990-overlay.sh index 4739042..b4f5082 100755 --- a/scripts/boot/9990-overlay.sh +++ b/scripts/boot/9990-overlay.sh @@ -323,7 +323,8 @@ setup_unionfs () then # FIXME: handle PERSISTENCE_READONLY unionmountopts="-t ${cow_fstype} -o noatime,union,${cow_mountopt} ${cowdevice}" - mount_full $unionmountopts "${unionmountpoint}" + # unionmount only works with util-linux mount + mount.util-linux $unionmountopts "${unionmountpoint}" else cow_dir="/live/overlay${dir}" rootfs_dir="${rootfs}${dir}"