From f882aab15d9c2f7593acedf92b882bf002b0d0c2 Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Sat, 26 Jun 2004 10:07:35 +0000 Subject: [PATCH] Add floppy/asian-root.img and floppy/access/* as i386 disk image. --- debian/changelog | 2 ++ tools/boot/sarge/boot-i386 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c07f8b7f..dc474fbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -87,6 +87,8 @@ debian-cd (2.2.18) UNRELEASED; urgency=low - Check if the missing debootstrap-required is not included on base_exclude. - 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 Thu, 25 Mar 2004 07:33:23 +0100 diff --git a/tools/boot/sarge/boot-i386 b/tools/boot/sarge/boot-i386 index 8dffd797..79aec634 100755 --- a/tools/boot/sarge/boot-i386 +++ b/tools/boot/sarge/boot-i386 @@ -48,7 +48,7 @@ KTYPE[10]="" THISTYPE=${KTYPE[$NN]} 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 for image in $BOOT_IMAGES $DISK_IMAGES; do