set english as default language in iso boot
This commit is contained in:
parent
066a34da7e
commit
1ed6eb1b45
|
@ -25,7 +25,7 @@ source /boot/grub/config.cfg
|
|||
|
||||
# Live boot
|
||||
menuentry "AcorOS - Live" --hotkey=l {
|
||||
linux /live/vmlinuz boot=live components username=acoros hostname=acoros quiet splash locales=pt_PT.UTF-8 keyboard-layouts=pt findiso=${iso_path}
|
||||
linux /live/vmlinuz boot=live components username=acoros hostname=acoros quiet splash findiso=${iso_path}
|
||||
initrd /live/initrd.img
|
||||
}
|
||||
submenu "AcorOS - Live with Localisation Support" {
|
||||
|
|
|
@ -9,7 +9,7 @@ label live
|
|||
menu label ^AcorOS (amd64)
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
append boot=live components username=acoros hostname=acoros splash quiet locales=pt_PT.UTF-8 keyboard-layouts=pt
|
||||
append boot=live components username=acoros hostname=acoros splash quiet
|
||||
|
||||
MENU begin advanced
|
||||
MENU title AcorOS with Localisation Support
|
||||
|
|
Loading…
Reference in New Issue