* Update loadlin kernel parameters to match d-i values. Thanks to Samuel
Thibault for the patch. Closes: #594267
This commit is contained in:
parent
73c2b96335
commit
6752a1634a
|
@ -11,6 +11,8 @@ debian-cd (3.1.4) UNRELEASED; urgency=low
|
||||||
* Include pciutils on installation CDs.
|
* Include pciutils on installation CDs.
|
||||||
* Only include a symlink for the suite actually specified in the
|
* Only include a symlink for the suite actually specified in the
|
||||||
Release file. Closes: #590993
|
Release file. Closes: #590993
|
||||||
|
* Update loadlin kernel parameters to match d-i values. Thanks to Samuel
|
||||||
|
Thibault for the patch. Closes: #594267
|
||||||
|
|
||||||
[ Karl Goetz ]
|
[ Karl Goetz ]
|
||||||
* Rename log.sort_deps* to sort_deps*.log for better consistency.
|
* Rename log.sort_deps* to sort_deps*.log for better consistency.
|
||||||
|
|
|
@ -250,7 +250,7 @@ if [ "$THISTYPE" = "isolinux" ]; then
|
||||||
if [ -e boot$N/isolinux/isolinux.cfg.withgtk ]; then
|
if [ -e boot$N/isolinux/isolinux.cfg.withgtk ]; then
|
||||||
mv boot$N/isolinux/isolinux.cfg.withgtk boot$N/isolinux/isolinux.cfg
|
mv boot$N/isolinux/isolinux.cfg.withgtk boot$N/isolinux/isolinux.cfg
|
||||||
fi
|
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
|
fi
|
||||||
rm -f boot$N/isolinux/isolinux.cfg.with*
|
rm -f boot$N/isolinux/isolinux.cfg.with*
|
||||||
|
|
Loading…
Reference in New Issue