Compare commits
2 Commits
3e05cd6a8d
...
8b5a8df211
Author | SHA1 | Date | |
---|---|---|---|
8b5a8df211 | |||
1784363fd4 |
@ -10,13 +10,21 @@ grub2-common
|
|||||||
grub2-efi-aa64
|
grub2-efi-aa64
|
||||||
grub2-efi-aa64-modules
|
grub2-efi-aa64-modules
|
||||||
grubby
|
grubby
|
||||||
kernel
|
|
||||||
kernel-core
|
|
||||||
openssh
|
openssh
|
||||||
shim-aa64
|
shim-aa64
|
||||||
systemd-udev
|
systemd-udev
|
||||||
uboot-tools
|
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
|
# Other packages
|
||||||
bash-completion
|
bash-completion
|
||||||
|
@ -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=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
|
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
|
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
|
repo --install --name=ELRepo --mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-kernel.el9
|
||||||
|
|
||||||
# Also also enable my COPR
|
# Enable my COPR
|
||||||
repo --install --name=COPR-thefossguy --includepkgs=fish --baseurl=https://download.copr.fedorainfracloud.org/results/prathampatel/epel-carryover/epel-9-aarch64
|
# 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
|
# 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-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>')
|
# <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-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 --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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user