index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2008-05-17 00:40:10 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-05-17 00:40:10 -0500 |
commit | 959a643658c0c7516f451ce50fa62540a515d392 (patch) | |
tree | 5fb5983cf9eecd868a6cb424fa09a1b80ce83208 /hooks/archiso | |
parent | bcc7e28842191692e10ff011b2e057b5bad07f69 (diff) |
-rw-r--r-- | hooks/archiso | 1 |
diff --git a/hooks/archiso b/hooks/archiso index 5dad21a..2fcf93f 100644 --- a/hooks/archiso +++ b/hooks/archiso @@ -10,6 +10,7 @@ _mnt_bind() _mnt_squashfs() { msg "::: Adding new union branch: ${1}" + /bin/modprobe -q loop >/dev/null 2>&1 mkdir -p "/tmpfs/mnt/loop${LOOP_NUM}" if ! /bin/losetup "/dev/loop${LOOP_NUM}" ${1} > /dev/null 2>&1; then echo "ERROR: Cannot mount loop device /dev/loop${LOOP_NUM}" |