From c310cd6228860c0a11be1f02d9d91c6a00b08ae1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 24 Feb 2024 19:29:02 +0100 Subject: apt-repo/backports: fix for bookworm; ch-installsmb increase samba share for install media --- inventory/host_vars/ch-installsmb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/ch-installsmb.yml') diff --git a/inventory/host_vars/ch-installsmb.yml b/inventory/host_vars/ch-installsmb.yml index 1587c6bf..5b463d86 100644 --- a/inventory/host_vars/ch-installsmb.yml +++ b/inventory/host_vars/ch-installsmb.yml @@ -1,7 +1,7 @@ --- install: vm: - memory: 1536M + memory: 3072M numcpus: 2 autostart: false disks: @@ -62,7 +62,7 @@ openwrt_mixin: boot() { mkdir -p /srv/install-media - mount -t tmpfs -o size=1400M install-media /srv/install-media + mount -t tmpfs -o size=2560M install-media /srv/install-media } openwrt_uci: -- cgit v1.2.3