* Added Smart Boot Manager image.

* Prepare 2.2.14 release.
This commit is contained in:
Raphaël Hertzog 2002-04-28 13:56:50 +00:00
parent c3e0fc0e26
commit 3ecef23070
4 changed files with 22 additions and 4 deletions

12
data/woody/README.sbm Normal file
View File

@ -0,0 +1,12 @@
About the Smart Boot Manager image
----------------------------------
The file `sbm.bin' that is available in this directory may be useful
to you if you are not able to directly boot the first CD because your
BIOS may be too old and may not support ISOLINUX.
Then, instead of booting on the CD directly, you create a Smart Boot
Manager floppy image by using the sbm.bin disk image. You can create this
floppy with rawrite (under DOS) or with dd (under Linux). Now you can
boot on this floppy disk and it will detect your CDROM and let you boot
on it bypassing any BIOS limitation.

BIN
data/woody/sbm.bin.gz Normal file

Binary file not shown.

7
debian/changelog vendored
View File

@ -1,6 +1,5 @@
debian-cd (2.2.14) unstable; urgency=low
debian-cd (2.2.14) unstable; urgency=high
* UNRELEASED.
* Updated the script to update tasks/base-woody. Closes: #138651
* Anne commited stuff for inclusion of a local security.debian.org.
* Added NOSUGGESTS in a similar way than NORECOMMENDS. Thanks
@ -46,8 +45,10 @@ debian-cd (2.2.14) unstable; urgency=low
* Reworked boot-ia64 to use hardlinks and so 1_NONUS.raw is built properly.
* Reworked post-boot-hppa to hardcode path to palo, and to ensure
1_NONUS.raw is built properly.
* Added Smart Boot Manager image for people who want to boot ISOLINUX
image on machine with BIOS which don't support them.
-- Raphael Hertzog <hertzog@debian.org> Mon, 15 Apr 2002 13:16:25 +0200
-- Raphael Hertzog <hertzog@debian.org> Sun, 28 Apr 2002 15:52:32 +0200
debian-cd (2.2.13) unstable; urgency=low

View File

@ -95,7 +95,12 @@ if [ "$N" = "1" ] || [ "$N" = "1_NONUS" ] ; then
# and include the legacy DOS stuff
if [ "${ISOLINUX:-0}" != "0" ]; then
cp -f $BASEDIR/data/woody/isolinux.txt $BASEDIR/data/woody/f*.txt boot$N/isolinux/
# Include Smart Boot Manager image for people where isolinux doesn't
# work
gzip -dc $BASEDIR/data/$CODENAME/sbm.bin.gz > $CDDIR/install/sbm.bin
cp $BASEDIR/data/$CODENAME/README.sbm $CDDIR/install/
# Isolinux config files
cp -f $BASEDIR/data/$CODENAME/isolinux.txt $BASEDIR/data/$CODENAME/f*.txt boot$N/isolinux/
cat > boot$N/isolinux/isolinux.cfg <<EOF
DEFAULT /install/linpci
APPEND root=/dev/ram ro initrd=idepci.bin ramdisk_size=16384 disksize=1.44 flavor=idepci