From 70bc4b6863610969e231e27cbd5a528db2baad1f Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 14 Nov 2008 10:49:16 -0800 Subject: Modprobe loop module before use in mkusbimg Signed-off-by: Aaron Griffin --- archiso/mkusbimg | 1 + 1 file changed, 1 insertion(+) (limited to 'archiso') diff --git a/archiso/mkusbimg b/archiso/mkusbimg index 727bb80..5062a67 100755 --- a/archiso/mkusbimg +++ b/archiso/mkusbimg @@ -48,6 +48,7 @@ dd if=/dev/zero of="$FSIMG" bs=512 count="$IMGSZ" mke2fs -m 0 -F "$FSIMG" # mount the filesystem and copy data +modprobe loop mount -o loop "$FSIMG" "$TMPDIR" cp -a "$IMGROOT"/* "$TMPDIR" -- cgit v1.2.3-54-g00ecf