diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-02 15:15:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-02 15:15:39 -0400 |
| commit | 0d6f315498b28d76a864fb68d81f68964c201482 (patch) | |
| tree | 49726e5ef869679c32d92301f6b71f8005e83b0c | |
| parent | 247ba23e10d6aca8f48850f84ca5913519603fdd (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config-joey.hs b/config-joey.hs index da47eb1f..24eff835 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -87,13 +87,13 @@ darkstar = host "darkstar.kitenet.net" & JoeySites.alarmClock "*-*-* 7:30" (User "joey") "/usr/bin/timeout 45m /home/joey/bin/goodmorning" - -- & imageBuilt "/tmp/img" c MSDOS (grubBooted PC) - -- [ partition EXT2 `mountedAt` "/boot" - -- `setFlag` BootFlag - -- , partition EXT4 `mountedAt` "/" - -- `mountOpt` errorReadonly - -- , swapPartition (MegaBytes 256) - -- ] + ! imageBuilt "/tmp/img" c MSDOS (grubBooted PC) + [ partition EXT2 `mountedAt` "/boot" + `setFlag` BootFlag + , partition EXT4 `mountedAt` "/" + `mountOpt` errorReadonly + , swapPartition (MegaBytes 256) + ] where c d = Chroot.debootstrapped mempty d & os (System (Debian Unstable) "amd64") |
