diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 15:14:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 15:14:51 -0400 |
| commit | 3aee86abac10f1ad9d4b51c024f5f3c02cdbfc68 (patch) | |
| tree | 84a2af2034ca9d6a184f8cc24df0523218b3c68e | |
| parent | e9fdfd5de1546f880d3bc8868a235a68f5f01e54 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 1 |
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 |
