Skip to content

Commit 27c7d23

Browse files
committed
Install kernel modules package to 10-kitten
1 parent c79cfa3 commit 27c7d23

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

kickstart/AlmaLinux-10k-RaspberryPi-console-gpt.aarch64.ks

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,17 @@ raspberrypi-userland
4848
raspberrypi2-firmware
4949
raspberrypi2-kernel4
5050
raspberrypi2-kernel4-tools
51+
raspberrypi2-kernel4-modules
52+
raspberrypi2-kernel4-modules-core
53+
raspberrypi2-kernel4-modules-extra
5154
nano
5255
libgpiod-utils
5356
%end
5457

5558
%post
5659
# Mandatory README file
5760
cat >/boot/README.txt << EOF
58-
== AlmaLinux 10 Kitten ==
61+
== AlmaLinux Kitten 10 ==
5962
6063
To login to Raspberry Pi via SSH, you need to register SSH public key *before*
6164
inserting SD card to Raspberry Pi. Edit user-data file and put SSH public key

kickstart/AlmaLinux-10k-RaspberryPi-gnome-gpt.aarch64.ks

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,17 @@ raspberrypi-userland
5454
raspberrypi2-firmware
5555
raspberrypi2-kernel4
5656
raspberrypi2-kernel4-tools
57+
raspberrypi2-kernel4-modules
58+
raspberrypi2-kernel4-modules-core
59+
raspberrypi2-kernel4-modules-extra
5760
nano
5861
libgpiod-utils
5962
%end
6063

6164
%post
6265
# Mandatory README file
6366
cat >/boot/README.txt << EOF
64-
== AlmaLinux 10 Kitten ==
67+
== AlmaLinux Kitten 10 ==
6568
6669
To login to Raspberry Pi via SSH, you need to register SSH public key *before*
6770
inserting SD card to Raspberry Pi. Edit user-data file and put SSH public key

0 commit comments

Comments
 (0)