bootusb, livecd, livedvd: set default vga=792 mode (1024x768) in extlinux configuration
This commit is contained in:
parent
43ad5f72f2
commit
6588c96653
@ -27,7 +27,7 @@ MENU COLOR TITLE 1;32;49 #ff00993d #00000000 std
|
|||||||
LABEL kms
|
LABEL kms
|
||||||
MENU LABEL default
|
MENU LABEL default
|
||||||
kernel /boot/vmlinuz-${KERNEL_MAJVER}${KERNEL_EXTRAVER}
|
kernel /boot/vmlinuz-${KERNEL_MAJVER}${KERNEL_EXTRAVER}
|
||||||
append initrd=/boot/initramfs-${KERNEL_MAJVER}${KERNEL_EXTRAVER}.img.gz root=live:/openmamba_live/openmamba-live.iso ro selinux=0 quiet splash vga=789
|
append initrd=/boot/initramfs-${KERNEL_MAJVER}${KERNEL_EXTRAVER}.img.gz root=live:/openmamba_live/openmamba-live.iso ro selinux=0 quiet splash vga=792
|
||||||
LABEL vga1024
|
LABEL vga1024
|
||||||
MENU LABEL VGA 1024x768 (no modeset)
|
MENU LABEL VGA 1024x768 (no modeset)
|
||||||
kernel /boot/vmlinuz-${KERNEL_MAJVER}${KERNEL_EXTRAVER}
|
kernel /boot/vmlinuz-${KERNEL_MAJVER}${KERNEL_EXTRAVER}
|
||||||
|
@ -37,7 +37,7 @@ MENU COLOR TITLE 1;32;49 #ff00993d #00000000 std
|
|||||||
LABEL kms
|
LABEL kms
|
||||||
MENU LABEL default
|
MENU LABEL default
|
||||||
kernel /boot/vmlinuz
|
kernel /boot/vmlinuz
|
||||||
append initrd=/boot/initrmfs.gz root=live:LABEL=${MAKEDIST_TARGET}_${PLATFORM} ro selinux=0 quiet splash vga=789
|
append initrd=/boot/initrmfs.gz root=live:LABEL=${MAKEDIST_TARGET}_${PLATFORM} ro selinux=0 quiet splash vga=792
|
||||||
LABEL vga1024
|
LABEL vga1024
|
||||||
MENU LABEL VGA 1024x768 (no modeset)
|
MENU LABEL VGA 1024x768 (no modeset)
|
||||||
kernel /boot/vmlinuz
|
kernel /boot/vmlinuz
|
||||||
|
@ -37,7 +37,7 @@ MENU COLOR TITLE 1;32;49 #ff00993d #00000000 std
|
|||||||
LABEL kms
|
LABEL kms
|
||||||
MENU LABEL default
|
MENU LABEL default
|
||||||
kernel /boot/vmlinuz
|
kernel /boot/vmlinuz
|
||||||
append initrd=/boot/initrmfs.gz root=live:LABEL=${MAKEDIST_TARGET}_${PLATFORM} ro selinux=0 quiet splash vga=789
|
append initrd=/boot/initrmfs.gz root=live:LABEL=${MAKEDIST_TARGET}_${PLATFORM} ro selinux=0 quiet splash vga=792
|
||||||
LABEL vga1024
|
LABEL vga1024
|
||||||
MENU LABEL VGA 1024x768 (no modeset)
|
MENU LABEL VGA 1024x768 (no modeset)
|
||||||
kernel /boot/vmlinuz
|
kernel /boot/vmlinuz
|
||||||
|
Loading…
Reference in New Issue
Block a user