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