From 7a47a2d33559695283d25227d7e5ac0b9b19f297 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 30 Apr 2023 14:49:12 +0200 Subject: scripts/restore-etc: increase the default storage size from 2m to 10m Having /etc limited to 2 MB is becoming scarce with some modern services and firewall configs. Let's increase it to 10 MB. It doesn't take more room anyway until it's used. --- scripts/restore-etc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore-etc b/scripts/restore-etc index 9645690..11f89bb 100755 --- a/scripts/restore-etc +++ b/scripts/restore-etc @@ -22,7 +22,7 @@ FORCE=0 FACTORY=0 VERBOSE=0 CFGFILE= -MOUNTOPT="size=2m" +MOUNTOPT="size=10m" FSTYPE=tmpfs ROOTDIR= -- 2.35.3