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

10 lines
260 B
Plaintext
Raw Normal View History

# enable network access in the chroot
[ -f /etc/resolv.conf ] || echo "nameserver 1.1.1.1" > /etc/resolv.conf
2023-09-14 05:50:36 +00:00
%include grub-setup.ksi
2023-09-13 01:29:56 +00:00
%include rpm-repos-enable.ksi
%include user-setup.ksi
%include rpi-setup.ksi
%include expand-rootfs.ksi
%include cleanup.ksi