From 8a198aa131feeb145613b3332f803e3f9cb3f158 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 27 Mar 2008 15:00:11 -0500 Subject: Print a message when copytoram is being used Signed-off-by: Dan McGee Signed-off-by: Simo Leone --- hooks/archiso | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.2