Compare commits

..

2 Commits

2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
%packages --excludedocs --excludeWeakdeps
# Include all packages under '@core'
# Include packages that are basic and also packages that are expected to be present
@core
@standard
@hardware-support
# Extra packages to do 'uboot -> grub -> linux'
dracut-config-generic
@ -18,9 +20,7 @@ systemd-udev
uboot-tools
uboot-images-armv8
# Raspberry Pi firmware
bcm2711-firmware
bcm2835-firmware
bcm283x-firmware
bcm283x-firmware # this will pull in other RPi related firmware ;)
# Raspberry Pi overlays
bcm283x-overlays
@ -34,6 +34,7 @@ kernel-ml # TODO: change this to whatever <sig-kernel> ends up using
bash-completion
chrony
cloud-utils-growpart
dash
e2fsprogs
glibc-langpack-en
nano

View File

@ -11,8 +11,9 @@ curl 'https://git.resf.org/thefossguy/rocky-linux-generic-images/raw/branch/r9/s
[ -f /usr/local/bin/expand-rootfs.sh ] && \
chmod --verbose +x /usr/local/bin/expand-rootfs.sh
# Remove 'ifcfg-link' on generated images
# Remove all network connections and/or links
rm -v -f /etc/sysconfig/network-scripts/ifcfg-link
rm -v -f /etc/NetworkManager/system-connections/*.nmconnection
# Remove the temporary 'resolv.conf' file
rm -v -f /etc/resolv.conf