Skip to content

Commit e0fde2a

Browse files
committed
Fix Bluetooth is not working on AL9/AL10/ALK10 GPT image
1 parent d3db4af commit e0fde2a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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-05-30
53+
- Fix Bluetooth was not working on AlmaLinux 9, 10, Kitten 10 GPT images
54+
5255
### 2025-05-28
5356
- Add AlmaLinux 10
5457

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ EOF
121121
122122
# Kernel command line string
123123
cat > /boot/cmdline.txt << EOF
124-
console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
124+
console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
125125
EOF
126126
127127
# Create and initialize swapfile

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ EOF
121121
122122
# Kernel command line string
123123
cat > /boot/cmdline.txt << EOF
124-
console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
124+
console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
125125
EOF
126126
127127
# Create and initialize swapfile

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ EOF
121121
122122
# Kernel command line string
123123
cat > /boot/cmdline.txt << EOF
124-
console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
124+
console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
125125
EOF
126126
127127
# Create and initialize swapfile

0 commit comments

Comments
 (0)