Print a message when copytoram is being used

Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
Dan McGee 2008-03-27 15:00:11 -05:00 committed by Simo Leone
parent c79d2147d0
commit 8a198aa131

View File

@ -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