X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-helpers;h=f99fa5674d3da0505f6f3b2be1b514014e21db57;hb=bd2cfbec5fe67ea696162c1caa5c80187a070bee;hp=b8b9cf182b3627392b80f7e1881e24bfcb159e27;hpb=4345edc8be4f91ee5ee34684df397d6776bee521;p=live-boot-grml.git diff --git a/scripts/live-helpers b/scripts/live-helpers index b8b9cf1..f99fa56 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -178,7 +178,7 @@ setup_loop () if [ -n ${readonly} ] then - if /sbin/losetup --help 2>&1 | grep -q -- "-r\b" + if losetup --help 2>&1 | grep -q -- "-r\b" then options="${options} -r" fi