diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 11:51:14 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 11:51:14 -0400 |
| commit | a1183efbcb6a2a3f62027aa452c99ac3be17c6b8 (patch) | |
| tree | aa91f6ae22d34ae4fda073371c33454a2c918637 /config-joey.hs | |
| parent | 83a07d5c56223fe31d64a691c9775b5d237a9f3f (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 6ec80f92..ceabc252 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -84,8 +84,9 @@ darkstar = host "darkstar.kitenet.net" & imageBuilt "/tmp/img" c MSDOS (grubBooted PC) [ partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag + `addFreeSpace` MegaBytes 200 , partition EXT4 `mountedAt` "/" - `addFreeSpace` MegaBytes 100 + `addFreeSpace` MegaBytes 200 , swapPartition (MegaBytes 256) ] where |
