X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-helpers;h=f99fa5674d3da0505f6f3b2be1b514014e21db57;hb=d50b5b1476237e72ca8fe362eee3a7005a4c0cb3;hp=b8b9cf182b3627392b80f7e1881e24bfcb159e27;hpb=d5347eae8a5e2bf7a1f4eb2ae85e8dac5920d4d1;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