diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 01:45:44 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 01:45:44 -0400 |
| commit | 3c9fc8288f960afc629ce55bc86e615b068d8cc9 (patch) | |
| tree | 48ea83436bade11bb04393165754999deb48ef7d | |
| parent | 31db9fc57d8413c3c606ab428b2d17814f25e3a8 (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 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` "/" |
