index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-03-27 15:00:11 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-03-27 16:31:21 -0500 |
commit | 8a198aa131feeb145613b3332f803e3f9cb3f158 (patch) | |
tree | e30c32e3f4f7905272798bf3d0df290fd6dc9e05 /hooks | |
parent | c79d2147d096bb89c39ec78ad1e3c243cc6be393 (diff) |
-rw-r--r-- | hooks/archiso | 1 |
diff --git a/hooks/archiso b/hooks/archiso index 354b602..5dad21a 100644 --- a/hooks/archiso +++ b/hooks/archiso @@ -38,6 +38,7 @@ run_hook () base_img="${BOOT_MOUNT}/archlive.sqfs" if [ "${copytoram}" = "y" ]; then + msg ":: Copying squashfs image to RAM" /bin/cat ${base_img} > /tmpfs/archlive.sqfs base_img="/tmpfs/archlive.sqfs" fi |