summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-10-23 12:56:01 -0400
committerJoey Hess <joeyh@joeyh.name>2015-10-23 12:56:01 -0400
commit64877fd287eb05bb9ff0beaa4fa0a6fe236013c2 (patch)
treef4b8f26355b46cc142d755d42f097251447cb28a /config-joey.hs
parenta270dd1eddda3874b94e21b60995784a14e2b3a7 (diff)
parent6dc70ff8d01871d2e37a3c5dfea8912737cb63c2 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 21d7194f..fce4f7a1 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -82,14 +82,15 @@ darkstar = host "darkstar.kitenet.net"
& JoeySites.dkimMilter
& imageBuilt "/tmp/img" c MSDOS (grubBooted PC)
- [ partition EXT4 `mountedAt` "/"
- `addFreeSpace` MegaBytes 100
+ [ partition EXT2 `mountedAt` "/boot"
`setFlag` BootFlag
+ , partition EXT4 `mountedAt` "/"
, swapPartition (MegaBytes 256)
]
where
c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d
& Apt.installed ["linux-image-amd64"]
+ & User "root" `User.hasInsecurePassword` "root"
gnu :: Host
gnu = host "gnu.kitenet.net"