* Update loadlin kernel parameters to match d-i values. Thanks to Samuel

Thibault for the patch. Closes: #594267
This commit is contained in:
Steve McIntyre 2010-09-14 12:30:05 +00:00
parent 73c2b96335
commit 6752a1634a
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -11,6 +11,8 @@ debian-cd (3.1.4) UNRELEASED; urgency=low
* Include pciutils on installation CDs.
* Only include a symlink for the suite actually specified in the
Release file. Closes: #590993
* Update loadlin kernel parameters to match d-i values. Thanks to Samuel
Thibault for the patch. Closes: #594267
[ Karl Goetz ]
* Rename log.sort_deps* to sort_deps*.log for better consistency.

View File

@ -250,7 +250,7 @@ if [ "$THISTYPE" = "isolinux" ]; then
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*