sbc-images/includes/post/post-install.ksi

10 lines
260 B
Plaintext

# enable network access in the chroot
[ -f /etc/resolv.conf ] || echo "nameserver 1.1.1.1" > /etc/resolv.conf
%include grub-setup.ksi
%include rpm-repos-enable.ksi
%include user-setup.ksi
%include rpi-setup.ksi
%include expand-rootfs.ksi
%include cleanup.ksi