mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 02:46:31 +03:00
Keep unused grub_ckb.sh script up to date
This commit is contained in:
parent
9fa24125a6
commit
1e9b3577e8
@ -2,11 +2,10 @@
|
||||
#
|
||||
# Create grubx64.efi containing custom keyboard layout
|
||||
# Requires: ckbcomp, grub2, xkeyboard-config
|
||||
# Goes into: /etc/kernel.d/post-install/<ScriptName>
|
||||
#
|
||||
|
||||
if [ ! -f /boot/efi/EFI/$bootloader_id/ORIG_grubx64.efi_ORIG ] ; then
|
||||
if [ ! -f /boot/efi/EFI/$bootloader_id/grubx64.efi ] ; then
|
||||
if [ ! -d /boot/grub/ ] || [ ! -f /boot/efi/EFI/$bootloader_id/grubx64.efi ] ; then
|
||||
echo -e -n "\nFIle /boot/efi/EFI/$bootloader_id/grubx64.efi not found, install GRUB2 first!\n"
|
||||
exit 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user