Add floppy/asian-root.img and floppy/access/* as i386 disk image.
This commit is contained in:
parent
8df4cb3349
commit
f882aab15d
|
@ -87,6 +87,8 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
|
||||||
- Check if the missing debootstrap-required is not included on
|
- Check if the missing debootstrap-required is not included on
|
||||||
base_exclude.
|
base_exclude.
|
||||||
- Fix preprocess of exclude files when EXCLUDE is not set.
|
- Fix preprocess of exclude files when EXCLUDE is not set.
|
||||||
|
* Kenshi Muto
|
||||||
|
- Add floppy/asian-root.img and floppy/access/* as i386 disk image.
|
||||||
|
|
||||||
-- Raphael Hertzog <hertzog@debian.org> Thu, 25 Mar 2004 07:33:23 +0100
|
-- Raphael Hertzog <hertzog@debian.org> Thu, 25 Mar 2004 07:33:23 +0100
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ KTYPE[10]=""
|
||||||
THISTYPE=${KTYPE[$NN]}
|
THISTYPE=${KTYPE[$NN]}
|
||||||
|
|
||||||
BOOT_IMAGES="cdrom/boot.img cdrom/initrd.gz cdrom/vmlinuz cdrom/debian-cd_info.tar.gz"
|
BOOT_IMAGES="cdrom/boot.img cdrom/initrd.gz cdrom/vmlinuz cdrom/debian-cd_info.tar.gz"
|
||||||
DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img floppy/net-drivers.img "
|
DISK_IMAGES="floppy/cd-drivers.img floppy/boot.img floppy/root.img floppy/net-drivers.img floppy/asian-root.img floppy/access/boot.img floppy/access/root.img floppy/access/drivers.img "
|
||||||
|
|
||||||
# Download boot images
|
# Download boot images
|
||||||
for image in $BOOT_IMAGES $DISK_IMAGES; do
|
for image in $BOOT_IMAGES $DISK_IMAGES; do
|
||||||
|
|
Loading…
Reference in New Issue