diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-22 15:35:08 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-22 15:35:08 -0400 |
| commit | d18f1e9e49eff5ca8d43845e2b9ce6483d219ffc (patch) | |
| tree | eb7f57e5d3c1c61c17c8d7514ba4ea4785320e05 | |
| parent | e411dba08924e9471e1af660d8126b2c3b095b90 (diff) | |
propellor spin
| -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 |
