- Drop i386 floppies that have gone away in d-i.
This commit is contained in:
parent
ffcb774eb0
commit
049b9e7d94
|
@ -17,6 +17,7 @@ debian-cd (2.2.20) UNRELEASED; urgency=low
|
||||||
from CD.
|
from CD.
|
||||||
- Add 2.6 kernels to ia64 netinst CDs (and incidentially, update to
|
- Add 2.6 kernels to ia64 netinst CDs (and incidentially, update to
|
||||||
2.4.27).
|
2.4.27).
|
||||||
|
- Drop i386 floppies that have gone away in d-i.
|
||||||
* Stephen R. Marenka
|
* Stephen R. Marenka
|
||||||
- Add support for m68k reorganization.
|
- Add support for m68k reorganization.
|
||||||
- Bump m68k 2.4 kernels to 2.4.27.
|
- Bump m68k 2.4 kernels to 2.4.27.
|
||||||
|
|
|
@ -51,7 +51,7 @@ DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img"
|
||||||
if [ "$INSTALLER_CD" =! 1 ] && [ "$INSTALLER_CD" =! 2 ]; then
|
if [ "$INSTALLER_CD" =! 1 ] && [ "$INSTALLER_CD" =! 2 ]; then
|
||||||
# Note that floppy/access/drivers.img was renamed to cd-drivers, both
|
# Note that floppy/access/drivers.img was renamed to cd-drivers, both
|
||||||
# present for the transition.
|
# present for the transition.
|
||||||
EXTRA_DISK_IMAGES="floppy/net-drivers.img floppy/access/root.img floppy/access/boot.img floppy/access/cd-drivers.img floppy/access/drivers.img floppy/asian-root.img floppy/cyrillic-root.img floppy/mideast-root.img"
|
EXTRA_DISK_IMAGES="floppy/net-drivers.img floppy/access/root.img floppy/access/boot.img floppy/access/cd-drivers.img floppy/access/drivers.img"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Download boot images and floppies.
|
# Download boot images and floppies.
|
||||||
|
|
Loading…
Reference in New Issue