projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5163840
)
increased size for mounted swap
author
Chris Koeritz
<fred@gruntose.com>
Sat, 16 Dec 2017 23:16:14 +0000
(23:16 +0000)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 16 Dec 2017 23:16:14 +0000
(23:16 +0000)
scripts/system/add_swap_mount.sh
patch
|
blob
|
history
diff --git
a/scripts/system/add_swap_mount.sh
b/scripts/system/add_swap_mount.sh
index 593115fe2f58784938efbdde9c730f8c1024b4f2..2577f44ae4f653164dbd109d4e3449d6b75c417f 100644
(file)
--- 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