* New release.

This commit is contained in:
Raphaël Hertzog 2001-12-16 03:25:53 +00:00
parent fd4a43d290
commit be248ef6f4
2 changed files with 5 additions and 6 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,5 @@
debian-cd (2.2.10) unstable; urgency=low debian-cd (2.2.10) unstable; urgency=low
* UNRELEASED
* first test of multi-boot cdimage for i386 disk #1 * first test of multi-boot cdimage for i386 disk #1
You must export MULTIBOOT="yes" in CONF.sh to enable this feature. -jwest You must export MULTIBOOT="yes" in CONF.sh to enable this feature. -jwest
* Removed "ide" boot floppy's flavor. Closes: #120415 * Removed "ide" boot floppy's flavor. Closes: #120415

View File

@ -137,23 +137,23 @@ goto ONE
:ONE :ONE
echo using standard kernel echo using standard kernel
loadlin.exe linux root=/dev/ram ro initrd=root.bin loadlin.exe linux root=/dev/ram ro initrd=root.bin cdrom
:TWO :TWO
echo using compact kernel echo using compact kernel
loadlin.exe lincompt root=/dev/ram ro initrd=root.bin loadlin.exe lincompt root=/dev/ram ro initrd=root.bin cdrom
:THREE :THREE
echo using IDEPCI kernel echo using IDEPCI kernel
loadlin.exe linpci root=/dev/ram ro initrd=root.bin loadlin.exe linpci root=/dev/ram ro initrd=root.bin cdrom
:FOUR :FOUR
echo using UDMA100-ext3 kernel echo using UDMA100-ext3 kernel
loadlin.exe linext3 root=/dev/ram ro initrd=root.bin loadlin.exe linext3 root=/dev/ram ro initrd=root.bin cdrom
:FIVE :FIVE
echo using reiserfs kernel echo using reiserfs kernel
loadlin.exe linreis root=/dev/ram ro initrd=root.bin loadlin.exe linreis root=/dev/ram ro initrd=root.bin cdrom
EOF EOF
) |todos > $CDDIR/install/boot.bat ) |todos > $CDDIR/install/boot.bat