build message

pull/5/head
Tomas M 2012-09-17 08:58:40 -05:00
parent 2750a6a4c1
commit d5102a98c4
1 changed files with 1 additions and 1 deletions

2
build
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 ..