summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
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"