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