build message

This commit is contained in:
Tomas M
2012-09-17 08:58:40 -05:00
parent 2750a6a4c1
commit d5102a98c4
+1 -1
View File
@@ -20,7 +20,7 @@ if [ "$(mksquashfs 2>&1 | grep "Xdict-size")" = "" ]; then
fi
# build initramfs image
echo "Building intramfs image using your current system binaries..."
echo "Building intramfs image..."
cd initramfs
INITRAMFS=$(./initramfs_create "$LIVEKITNAME")
cd ..