diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-22 15:06:46 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-22 15:06:46 -0400 |
| commit | e411dba08924e9471e1af660d8126b2c3b095b90 (patch) | |
| tree | cac18ab6afcae783cfb765caea9a063d426b2bdd | |
| parent | 8a651b97777225b4d5b5b21950e92816bb226e4e (diff) | |
propellor spin
| -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 c995f1ec..815fe798 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -81,7 +81,7 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.postfixClientRelay (Context "darkstar.kitenet.net") & JoeySites.dkimMilter - & imageBuilt "/tmp/img" c GPT + & imageBuilt "/tmp/img" c MSDOS [ partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag , partition EXT4 `mountedAt` "/" `addFreeSpace` MegaBytes 100 -- , swapPartition (MegaBytes 256) |
