summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 15:14:51 -0400
committerJoey Hess2015-10-23 15:14:51 -0400
commit3aee86abac10f1ad9d4b51c024f5f3c02cdbfc68 (patch)
tree84a2af2034ca9d6a184f8cc24df0523218b3c68e /config-joey.hs
parente9fdfd5de1546f880d3bc8868a235a68f5f01e54 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 8d6c9f33..1d39419a 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -85,6 +85,7 @@ darkstar = host "darkstar.kitenet.net"
[ partition EXT2 `mountedAt` "/boot"
`setFlag` BootFlag
, partition EXT4 `mountedAt` "/"
+ `mountOpt` errorReadonly
, swapPartition (MegaBytes 256)
]
where