[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#594267: debian-cd: Update loadlin kernel parameters according to d-i values.



Package: debian-cd
Version: 3.1.4
Severity: normal
Tags: patch

Hello,

This patch updates the loadlin command line according to the values used
in the d-i images, i.e. drops the now useless video=vesa:ywrap,mtrr.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault <samuel.thibault@fnac.net>
<N> M.  MIMRAM  Samuel Antonin
<N> en voila un qui etait predestin�
 -+- #ens-mim - Quelles gueules qu'ils ont les ptits nouveaux ? -+-
Index: tools/boot/squeeze/boot-x86
===================================================================
--- tools/boot/squeeze/boot-x86	(révision 2048)
+++ tools/boot/squeeze/boot-x86	(copie de travail)
@@ -250,7 +250,7 @@
 		if [ -e boot$N/isolinux/isolinux.cfg.withgtk ]; then
 			mv boot$N/isolinux/isolinux.cfg.withgtk boot$N/isolinux/isolinux.cfg
 		fi
-		echo "\\tools\\loadlin.exe \\$INSTALLDIR\\vmlinuz initrd=initrd.gz video=vesa:ywrap,mtrr vga=788" | todos > $CDDIR/$INSTALLDIR/gtk/install.bat
+		echo "\\tools\\loadlin.exe \\$INSTALLDIR\\vmlinuz initrd=initrd.gz vga=788" | todos > $CDDIR/$INSTALLDIR/gtk/install.bat
 
 	fi
 	rm -f boot$N/isolinux/isolinux.cfg.with*

Reply to: