Skip to content

Commit ef80157

Browse files
authored
Merge pull request #70 from kansei-os/t2bce
fix: updating the dracut config to restore early boot keyboard use
2 parents c6c1014 + 04f62ff commit ef80157

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build_files/apps-kansei.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnf5 -y copr enable erikreider/SwayNotificationCenter
1515
dnf5 -y copr enable alebastr/sway-extras
1616
dnf5 -y copr enable shdwchn10/AllTheTools
1717
dnf5 -y copr enable yalter/niri
18-
dnf5 -y copr enable solopasha/hyprland
18+
dnf5 -y copr enable eli-xciv/hyprland
1919
dnf5 -y copr enable alternateved/keyd
2020

2121
#### greeters, login things
@@ -119,6 +119,6 @@ dnf5 -y copr disable alebastr/sway-extras
119119
dnf5 -y copr disable shdwchn10/AllTheTools
120120
dnf5 -y copr disable yalter/niri
121121
dnf5 -y copr disable kylegospo/webapp-manager
122-
dnf5 -y copr disable solopasha/hyprland
122+
dnf5 -y copr disable eli-xciv/hyprland
123123
dnf5 -y copr disable alternateved/keyd
124124
dnf5 -y copr disable ublue-os/packages
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#load apple-bce early so keyboard works for LUKS and early boot
2-
force_drivers+=" apple_bce snd snd-pcm "
1+
#load t2bce early so keyboard works for LUKS and early boot
2+
force_drivers+=" t2bce_dma t2bce_core t2bce_vhci "

0 commit comments

Comments
 (0)