summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-02 15:03:18 -0400
committerJoey Hess2016-03-02 15:03:18 -0400
commitc7888940cabf4026803bab0319721d032d67b911 (patch)
treea3572010155f6862cc178ba3f54ae63fe62ba429 /config-joey.hs
parentcfd272da012ee5f791ca395c197502e66c9dd3ec (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 466a7f8c..da47eb1f 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")