From: Chris Koeritz Date: Sat, 16 Dec 2017 23:31:00 +0000 (-0500) Subject: Merge branch 'dev' of feistymeow.org:feisty_meow into dev X-Git-Tag: 2.140.106^2~31 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=f0084b619f48fa864c89ec40ab915dc277bf7ccf;hp=2f2db6dd44f859a1755395e137591b85844ca90d;p=feisty_meow.git Merge branch 'dev' of feistymeow.org:feisty_meow into dev --- diff --git a/scripts/system/add_swap_mount.sh b/scripts/system/add_swap_mount.sh index 593115fe..2577f44a 100644 --- a/scripts/system/add_swap_mount.sh +++ b/scripts/system/add_swap_mount.sh @@ -8,7 +8,7 @@ source "$WORKDIR/../core/launch_feisty_meow.sh" #hmmm: why all the hard-coded paths below? -/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024 +/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=2048 test_or_die "creating swap file" /bin/chmod 600 /var/swap.1