summaryrefslogtreecommitdiff
path: root/scripts/build/binary_loopback_cfg
diff options
context:
space:
mode:
authorjnqnfe <jnqnfe@gmail.com>2015-01-28 04:19:36 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-22 19:43:56 +0000
commita25b77e0998ac455b48c8c523a08bd282229fb49 (patch)
treed37975cec81d2e71499bed9ffca2ca4b1bf827dc /scripts/build/binary_loopback_cfg
parent49047f05636b3aa95faf70b537ae96fa580f8194 (diff)
downloadvyos-live-build-a25b77e0998ac455b48c8c523a08bd282229fb49.tar.gz
vyos-live-build-a25b77e0998ac455b48c8c523a08bd282229fb49.zip
bootloaders: remove old "video=vesa:ywrap,mtrr" kernel param, as done in d-i
d-i removed this in commit 0917b2dde3ff73a204d27dd2f2fffc8a41175ddd Note: There was inconsistency between grub and syslinux in use of this, with syslinux not having it on graphical rescue and auto modes while grub entries did. The patch to fix that has been dropped since we're removing it everywhere anyway. (#395040) Gbp-Dch: Short
Diffstat (limited to 'scripts/build/binary_loopback_cfg')
-rwxr-xr-xscripts/build/binary_loopback_cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg
index 13a15d6fe..51ef82fd7 100755
--- a/scripts/build/binary_loopback_cfg
+++ b/scripts/build/binary_loopback_cfg
@@ -237,7 +237,7 @@ then
KERNEL_GI="/install/gtk/vmlinuz"
INITRD_GI="/install/gtk/initrd.gz"
- APPEND_GI="video=vesa:ywrap,mtrr vga=788 ${LB_BOOTAPPEND_INSTALL} --- quiet"
+ APPEND_GI="vga=788 ${LB_BOOTAPPEND_INSTALL} --- quiet"
if [ "${LB_DEBIAN_INSTALLER_GUI}" = "true" ]; then
Grub_install_entry "Start installer" "installgui" "${KERNEL_GI}" "${INITRD_GI}" "${APPEND_GI}"