2023-11-20 12:37:25 +00:00
|
|
|
%post
|
2023-11-20 12:33:25 +00:00
|
|
|
# enable network access in the chroot
|
2023-11-20 12:37:25 +00:00
|
|
|
set -x
|
2023-11-20 12:33:25 +00:00
|
|
|
[ -f /etc/resolv.conf ] || echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
2023-11-20 12:37:25 +00:00
|
|
|
%end
|
2023-11-20 12:33:25 +00:00
|
|
|
|
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
|