Compare commits

..

2 Commits

2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
%packages --excludedocs --excludeWeakdeps %packages --excludedocs --excludeWeakdeps
# Include all packages under '@core' # Include packages that are basic and also packages that are expected to be present
@core @core
@standard
@hardware-support
# Extra packages to do 'uboot -> grub -> linux' # Extra packages to do 'uboot -> grub -> linux'
dracut-config-generic dracut-config-generic
@ -18,9 +20,7 @@ systemd-udev
uboot-tools uboot-tools
uboot-images-armv8 uboot-images-armv8
# Raspberry Pi firmware # Raspberry Pi firmware
bcm2711-firmware bcm283x-firmware # this will pull in other RPi related firmware ;)
bcm2835-firmware
bcm283x-firmware
# Raspberry Pi overlays # Raspberry Pi overlays
bcm283x-overlays bcm283x-overlays
@ -34,6 +34,7 @@ kernel-ml # TODO: change this to whatever <sig-kernel> ends up using
bash-completion bash-completion
chrony chrony
cloud-utils-growpart cloud-utils-growpart
dash
e2fsprogs e2fsprogs
glibc-langpack-en glibc-langpack-en
nano 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 ] && \ [ -f /usr/local/bin/expand-rootfs.sh ] && \
chmod --verbose +x /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/sysconfig/network-scripts/ifcfg-link
rm -v -f /etc/NetworkManager/system-connections/*.nmconnection
# Remove the temporary 'resolv.conf' file # Remove the temporary 'resolv.conf' file
rm -v -f /etc/resolv.conf rm -v -f /etc/resolv.conf