Skip to content

Commit 5aca002

Browse files
authored
Merge pull request #87 from metalefty/initramfs
Add auto_initramfs=1 for XFS root (and LUKS)
2 parents 5df25ce + 2206bc5 commit 5aca002

11 files changed

+20
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ Full guide for AlmaLinux on Raspberry Pi is available here: https://wiki.almalin
4949

5050
## Changelog
5151

52+
### 2025-06-24
53+
- Use auto_initramfs for XFS / LUKS
54+
5255
### 2025-05-30
5356
- Fix Bluetooth was not working on AlmaLinux 9, 10, Kitten 10 GPT images
5457

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ EOF
9696
cat > /boot/config.txt << EOF
9797
# This file is provided as a placeholder for user options
9898
# AlmaLinux - few default config options
99+
[all]
100+
auto_initramfs=1
99101
100102
[pi4]
101103
arm_boost=1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ cat > /boot/config.txt << EOF
104104
# This file is provided as a placeholder for user options
105105
# AlmaLinux - few default config options for better graphics support
106106
[all]
107+
auto_initramfs=1
107108
disable_overscan=1
108109
dtoverlay=vc4-kms-v3d
109110
camera_auto_detect=0

kickstart/AlmaLinux-8-RaspberryPi-console-mbr.aarch64.ks

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ EOF
111111
cat > /boot/config.txt << EOF
112112
# This file is provided as a placeholder for user options
113113
# AlmaLinux - few default config options
114+
[all]
115+
auto_initramfs=1
116+
114117
[pi4]
115118
arm_boost=1
116119

kickstart/AlmaLinux-8-RaspberryPi-gnome-mbr.aarch64.ks

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Basic setup information
2+
23
url --mirrorlist="https://mirrors.almalinux.org/mirrorlist/8/baseos"
34
# root password is locked but can be reset by cloud-init later
45
rootpw --plaintext --lock almalinux
@@ -119,6 +120,7 @@ cat > /boot/config.txt << EOF
119120
# This file is provided as a placeholder for user options
120121
# AlmaLinux - few default config options for better graphics support
121122
[all]
123+
auto_initramfs=1
122124
disable_overscan=1
123125
dtoverlay=vc4-kms-v3d
124126
camera_auto_detect=0

kickstart/AlmaLinux-9-RaspberryPi-console-gpt.aarch64.ks

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ EOF
9696
cat > /boot/config.txt << EOF
9797
# This file is provided as a placeholder for user options
9898
# AlmaLinux - few default config options
99+
[all]
100+
auto_initramfs=1
99101
100102
[pi4]
101103
arm_boost=1

kickstart/AlmaLinux-9-RaspberryPi-console-mbr.aarch64.ks

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ EOF
9696
cat > /boot/config.txt << EOF
9797
# This file is provided as a placeholder for user options
9898
# AlmaLinux - few default config options
99+
[all]
100+
auto_initramfs=1
99101
100102
[pi4]
101103
arm_boost=1

kickstart/AlmaLinux-9-RaspberryPi-gnome-gpt.aarch64.ks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ cat > /boot/config.txt << EOF
104104
# This file is provided as a placeholder for user options
105105
# AlmaLinux - few default config options for better graphics support
106106
[all]
107+
auto_initramfs=1
107108
disable_overscan=1
108109
dtoverlay=vc4-kms-v3d
109110
camera_auto_detect=0

kickstart/AlmaLinux-9-RaspberryPi-gnome-mbr.aarch64.ks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ cat > /boot/config.txt << EOF
104104
# This file is provided as a placeholder for user options
105105
# AlmaLinux - few default config options for better graphics support
106106
[all]
107+
auto_initramfs=1
107108
disable_overscan=1
108109
dtoverlay=vc4-kms-v3d
109110
camera_auto_detect=0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ EOF
9696
cat > /boot/config.txt << EOF
9797
# This file is provided as a placeholder for user options
9898
# AlmaLinux - few default config options
99+
[all]
100+
auto_initramfs=1
99101
100102
[pi4]
101103
arm_boost=1

0 commit comments

Comments
 (0)