diff --git a/includes/post/post-install.ksi b/includes/post/post-install.ksi index ad3a521..3bcd508 100644 --- a/includes/post/post-install.ksi +++ b/includes/post/post-install.ksi @@ -1,5 +1,8 @@ +%post # enable network access in the chroot +set -x [ -f /etc/resolv.conf ] || echo "nameserver 1.1.1.1" > /etc/resolv.conf +%end %include grub-setup.ksi %include rpm-repos-enable.ksi