Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-03-27 15:00:11 -0500
committerSimo Leone <simo@archlinux.org>2008-03-27 16:31:21 -0500
commit0478c062112c3c885d577270f0a47217ac53ce20 (patch)
tree7eb9891c0c14a8495d58b228a98946edf065df94 /hooks
parentf1c697c645a312732ef0bd33906d41645bfef2d4 (diff)
Print a message when copytoram is being used
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'hooks')
-rw-r--r--hooks/archiso1
1 files changed, 1 insertions, 0 deletions
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