diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-08 23:26:23 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-08 23:26:23 +0200 |
commit | d65f048c3227b8b4a913ba527cababee33be86ce (patch) | |
tree | 758ae920c1590a1daf7cd6ff225880a6192ddbfa | |
parent | 56dbf4f1fbd301a739368269f99c883bfdf583d6 (diff) |
Revert "Test if -rules evdev works"
This reverts commit b8e34b0143dad4132323621f9e0df3efb0ad989a.
-rwxr-xr-x | mkcryptartix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkcryptartix b/mkcryptartix index 06b1f37..d350e7e 100755 --- a/mkcryptartix +++ b/mkcryptartix @@ -97,7 +97,7 @@ userdel ckbcomp cp -p /tmp/ckbcomp-bin/pkg/ckbcomp-bin/usr/bin/ckbcomp /usr/local/bin/ckbcomp -grub-kbdcomp -o /boot/grub/keymap.gkb -rules evdev ${KEYMAP} +grub-kbdcomp -o /boot/grub/keymap.gkb ${KEYMAP} (cd /boot/grub && tar cf memdisk.tar keymap.gkb) grub-mkimage -p /boot/grub -c /boot/grub/grub-pre.cfg -o /boot/grub/${TARGET}/core.img -O ${TARGET} -m /boot/grub/memdisk.tar disk biosdisk diskfilter luks2 part_msdos cryptodisk gcry_rijndael pbkdf2 gcry_sha256 ext2 memdisk tar at_keyboard keylayouts terminal |