From 12c9b1e6ef681e46641ca0cea795ee70351fd9c7 Mon Sep 17 00:00:00 2001 From: sean Date: Tue, 16 Jul 2019 11:50:48 -0700 Subject: [PATCH] tweaks --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index af6f1d8..193a4ba 100644 --- a/setup.sh +++ b/setup.sh @@ -268,7 +268,7 @@ echo "echo \"Done.\"" >> /mnt/setup-chroot.sh # network configuration should have optional static configuration - not just DHCP, it's very important -echo "systemctl unmask networking && systemctl enable networking" >> /mnt/setup-chroot.sh +echo "systemctl unmask networking && systemctl enable networking 2>&1 1>/dev/null" >> /mnt/setup-chroot.sh # configure docker storage to use zfs