diff options
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 21d7194f..ca1e0ef7 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -82,9 +82,11 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.dkimMilter & imageBuilt "/tmp/img" c MSDOS (grubBooted PC) - [ partition EXT4 `mountedAt` "/" + [ partition EXT4 `mountedAt` "/boot" `addFreeSpace` MegaBytes 100 `setFlag` BootFlag + , partition EXT4 `mountedAt` "/" + `addFreeSpace` MegaBytes 100 , swapPartition (MegaBytes 256) ] where |
