Compare commits

...

2 Commits

Author SHA1 Message Date
8b5a8df211
something osmething repo repo idr 2023-07-28 19:17:12 +05:30
1784363fd4
use kernel from ELRepo 2023-07-28 19:16:53 +05:30
2 changed files with 21 additions and 7 deletions

View File

@ -10,13 +10,21 @@ grub2-common
grub2-efi-aa64
grub2-efi-aa64-modules
grubby
kernel
kernel-core
openssh
shim-aa64
systemd-udev
uboot-tools
# Kernel selection
## mainline (the latest "stable" release from kernel.org)
kernel-ml # TODO: change this to whatever <sig-kernel> ends up using
#kernel-ml-core # TODO: change this to whatever <sig-kernel> ends up using
## LTS (the latest "longterm" release from kernel.org)
#kernel-lt # TODO: change this to whatever <sig-kernel> ends up using
#kernel-lt-core # TODO: change this to whatever <sig-kernel> ends up using
#kernel-lt-devel #TODO: do not install the devel package by default, remove this
#kernel-lt-headers # TODO: do not install headers package by default, remove this
# Other packages
bash-completion

View File

@ -9,18 +9,24 @@ repo --install --name=AppStream --mirrorlist=https://mirrors.rockylinux.org/mirr
repo --install --name=BaseOS --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=BaseOS-9&arch=aarch64
repo --install --name=CRB --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=CRB-9&arch=aarch64
# Also enable EPEL?
# Enable EPEL
# TODO: disable this
repo --install --name=EPEL --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64
# Also enable ELRepo until <sig-kernel> isn't ready
# Enable the Kernel ELRepo for the mainline kernel
# TODO: disable this after <sig-kernel> is ready
repo --install --name=ELRepo --mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-kernel.el9
# Also also enable my COPR
repo --install --name=COPR-thefossguy --includepkgs=fish --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/epel-carryover/epel-9-aarch64
# Enable my COPR
# TODO: disable this
repo --install --name=COPR-thefossguy --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/epel-carryover/epel-9-aarch64
# Enable Sherif's repo (contains all the necessary firmware + uboot stuff)
# TODO: disable this after <sig-altarch>
repo --name="instKern" --baseurl=https://rockyrepos.gnulab.org/gen_aarch64_el9/ --cost=100 --install # TODO: remove this
# Enable two additional repositories
# <sig-altarch>: All SBC-specific stuff that is not "Enterprise Linux" (uboot, on-board WiFi/BT firmware and other tools)
# <sig-kernel>: Newer kernels than what RHEL ships ('kernel-ml' and 'kernel-lts-<x.yy>')
#repo --install --name=<sig-altarch> --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=<sig-altarch>-9&arch=aarch64
#repo --install --name=<sig-kernel> --mirrorlist=https://mirrors.rockylinux.org/mirrorlist?repo=<sig-kernel>-9&arch=aarch64
repo --name="instKern" --baseurl=https://rockyrepos.gnulab.org/gen_aarch64_el9/ --cost=100 --install