diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 01:41:08 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 01:41:08 -0400 |
| commit | 31db9fc57d8413c3c606ab428b2d17814f25e3a8 (patch) | |
| tree | c804e9fe80defb71022b891255f1b9ebcaa453d7 | |
| parent | b3240a7eb4bfb9e446e781a17e88a98c6b811f00 (diff) | |
propellor spin
| -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 |
