summaryrefslogtreecommitdiff
path: root/archiso/mkusbimg
diff options
context:
space:
mode:
Diffstat (limited to 'archiso/mkusbimg')
-rwxr-xr-xarchiso/mkusbimg1
1 files changed, 1 insertions, 0 deletions
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"