From 3aee86abac10f1ad9d4b51c024f5f3c02cdbfc68 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Oct 2015 15:14:51 -0400 Subject: propellor spin --- config-joey.hs | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3