summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs3
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