diff options
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index ca1e0ef7..ab7f2c9d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -82,7 +82,7 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.dkimMilter & imageBuilt "/tmp/img" c MSDOS (grubBooted PC) - [ partition EXT4 `mountedAt` "/boot" + [ partition EXT2 `mountedAt` "/boot" `addFreeSpace` MegaBytes 100 `setFlag` BootFlag , partition EXT4 `mountedAt` "/" |
