diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-04-20 03:49:58 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-04-20 03:49:58 +0000 |
commit | fbea254ad3b2bb3f19ed1f365ceece214da95bfd (patch) | |
tree | c1a50c99a631121a7a6b6a0eee6fc15e933c397f /sys/src | |
parent | 94c8e58f1415040860b876e1ce424c2519895cf9 (diff) |
add Fish-'s installer patches; possibly not in a working state. testing/fixes requested.
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/cmd/disk/prep/prep.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/cmd/disk/prep/prep.c b/sys/src/cmd/disk/prep/prep.c index b7848188d..506ca9589 100644 --- a/sys/src/cmd/disk/prep/prep.c +++ b/sys/src/cmd/disk/prep/prep.c @@ -80,6 +80,9 @@ Auto autox[] = { "other", 200*MB, 0, 4, }, { "swap", 100*MB, 512*MB, 1, }, { "cache", 50*MB, 1*GB, 2, }, + + { "fscache", 200*MB, 0, 4, }, + { "fsworm", 500*MB, 0, 20, }, }; void |