From 1359ecc11d25b6c375eabe36701e287053c3a47a Mon Sep 17 00:00:00 2001 From: Tomas M Date: Mon, 3 Sep 2012 17:34:00 -0500 Subject: [PATCH] test message --- initramfs/init | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/initramfs/init b/initramfs/init index 81b19d2..ec80983 100644 --- a/initramfs/init +++ b/initramfs/init @@ -15,6 +15,7 @@ echo "0" >/proc/sys/kernel/printk # Activate zram (auto-compression of RAM) # Compressed RAM consumes 1/2 or even 1/4 of original size # Setup static size of 500MB +echo "Setting dynamic RAM compression using ZRAM" modprobe zram echo $((512*1024*1024)) > /sys/block/zram0/disksize mkswap /dev/zram0 @@ -32,8 +33,19 @@ mount -t aufs -o xino=$MEMORYDIR/xino,br=$MEMORYDIR none $UNIONDIR # find LiveKit data -# add to union -header "You shouldn't be here" -echo "If you reached this far, something wrong happened. Here is a shell for you:" +# add data to union + + +# testing message +echo +echo +echo +echo +echo " Thank you for testing. That's all for now :)" +echo " It's now safe to turn off your computer ..." +echo +echo +echo +echo /bin/bash