Merge commit 'refs/top-bases/linux-legacy' into linux-legacy
This commit is contained in:
commit
8b5a2d3e30
|
@ -24,7 +24,7 @@ zpool_create() {
|
|||
done
|
||||
|
||||
for FILE in ${FILES_M2}; do
|
||||
DEVICE=`/sbin/losetup -f`
|
||||
DEVICE=`unused_loop_device`
|
||||
msg "Creating ${FILE} using loopback device ${DEVICE}"
|
||||
rm -f ${FILE} || exit 1
|
||||
dd if=/dev/zero of=${FILE} bs=1024k count=256 &>/dev/null ||
|
||||
|
|
Loading…
Reference in New Issue