summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2021-01-19 12:28:54 -0700
committerJeremy Soller <jeremy@system76.com>2021-01-19 12:28:54 -0700
commit85ce01c9497ecc44822d2a67dd1cb34ab9adfa45 (patch)
tree47d6eb11753b172fd4324380c9987295f5b7cde8
parenteb3b95460f1c8cbfc0d6159ef729e1ba7be1d613 (diff)
Decrease filesystem size to 48MB
-rw-r--r--mk/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk b/mk/config.mk
index 00100dd..61f4996 100644
--- a/mk/config.mk
+++ b/mk/config.mk
@@ -8,7 +8,7 @@ INSTALLER_FLAGS?=--cookbook=cookbook
## Enabled to use binary prefix (much faster)
PREFIX_BINARY?=1
## Filesystem size in MB (256 is the default)
-FILESYSTEM_SIZE?=256
+FILESYSTEM_SIZE?=48
# Per host variables
UNAME := $(shell uname)