From 167bee35e3ffc6500bb52bbb91d3b423d2863abf Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 6 Feb 2014 13:08:11 +0100 Subject: [PATCH] Gzip ramdisk - booting is faster --- continuous/gw-setup/boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/continuous/gw-setup/boot b/continuous/gw-setup/boot index 9508474..070873a 100755 --- a/continuous/gw-setup/boot +++ b/continuous/gw-setup/boot @@ -2,4 +2,5 @@ # -*-sh-*- load uImage.tmp console=ttyPSC0,115200 quiet < cat ${LINUX_IMAGE:-uImage} load shark-ryu.dtb -load rootfs2.uImage < gen_cpio --mkimage="-T ramdisk -A powerpc -O linux" buildroot/images/rootfs.cpio initramfs "ugw->/bin/" +load rootfs2.uImage < gen_cpio --gzip --mkimage="-T ramdisk -A powerpc -O linux" \ + buildroot/images/rootfs.cpio initramfs "ugw->/bin/" -- 2.39.2