summaryrefslogtreecommitdiffstats
path: root/resources/grub/config/x60/grub_usqwerty.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'resources/grub/config/x60/grub_usqwerty.cfg')
-rw-r--r--resources/grub/config/x60/grub_usqwerty.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/grub/config/x60/grub_usqwerty.cfg b/resources/grub/config/x60/grub_usqwerty.cfg
index cce7a44..414d2d2 100644
--- a/resources/grub/config/x60/grub_usqwerty.cfg
+++ b/resources/grub/config/x60/grub_usqwerty.cfg
@@ -24,9 +24,11 @@ set pager=1
background_image (cbfsdisk)/background.jpg
loadfont (cbfsdisk)/dejavusansmono.pf2
+keymap ukqwerty
+
menuentry 'Load Operating System' {
- linux (ahci0,1)/vmlinuz root=/dev/sda1
- initrd (ahci0,1)/initrd.img
+ linux (ahci0,2)/vmlinuz-linux-lts root=/dev/mapper/v-rootvol rw cryptdevice=/dev/sda3:lvm root=/dev/mapper/v-rootvol
+ initrd (ahci0,2)/initramfs-linux-lts.img
}
menuentry 'Parse ISOLINUX menu (USB)' {
set root='usb0'