From 0a555acd93aec7526ffbf7905b58f20413d04662 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 17 Jun 2013 12:06:26 -0500 Subject: [PATCH] mmc: tweak amount of swap setup by default.. Signed-off-by: Robert Nelson --- mk_mmc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 1211bbb..92d4083 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -885,14 +885,14 @@ finish_installing_device () { setup_parition_recipe () { #This (so far) has been leaving the first Partition Alone... cat > ${TEMPDIR}/initrd-tree/partition_recipe <<-__EOF__ - 500 10000 -1 ext4 + 500 1000 -1 ext4 method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ / } . - 128 64 512 300% linux-swap + 128 1200 1024 300% linux-swap method{ swap } format{ } .