- Remove the boot.bat script and redundant and incorrect README.tools.
The alternative is to maintain and document them.
This commit is contained in:
parent
04e512c3f1
commit
5ca87aa5f6
|
@ -55,6 +55,8 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
|
|||
- Add libfribidi0 to generate_di+k_list, needed for BIDI.
|
||||
- Switch CONF.sh to sarge.
|
||||
- Uncomment exclude lines.
|
||||
- Remove the boot.bat script and redundant and incorrect README.tools.
|
||||
The alternative is to maintain and document them.
|
||||
* Petter Reinholdtsen
|
||||
- Regenereated tasks/popularity-contest-sarge based on the current data.
|
||||
- Avoid kernel versions 2.4.24 and 2.6.3 on the first i386 CD, as we
|
||||
|
|
|
@ -181,35 +181,3 @@ F0 f10.txt
|
|||
EOF
|
||||
|
||||
fi
|
||||
|
||||
(echo "Tools for DOS :" ; \
|
||||
echo "lodlin/ load Linux kernel from DOS" ;\
|
||||
echo "rawrite2/ rawrite 2.0 : create disks from disk images (*.bin)"; \
|
||||
) |todos > $CDDIR/tools/README.tools
|
||||
|
||||
# Loadlin script for starting install via dos/windows
|
||||
(cat <<EOF;
|
||||
@ echo off
|
||||
rem Flush any write-cached disk blocks before we leave DOS.
|
||||
If your system does not use smartdrv an error message will appear,
|
||||
you can safely ignore that.
|
||||
smartdrv /c
|
||||
|
||||
echo using CDROM install
|
||||
loadlin.exe vmlinuz vga=normal initrd=initrd.gz ramdisk_size=8192 root=/dev/rd/0 init=/linuxrc devfs=mount,dall rw
|
||||
|
||||
EOF
|
||||
) |todos > $CDDIR/install/boot.bat
|
||||
|
||||
fi
|
||||
|
||||
# write final lines to mkisofs_opts
|
||||
if [ "$NN" = "1" ]; then
|
||||
echo -n "boot$N " >> $N.mkisofs_opts
|
||||
else
|
||||
if [ -n "$THISTYPE" ]; then
|
||||
echo -n "-c boot/boot.catalog boot$N " >> $N.mkisofs_opts
|
||||
fi
|
||||
fi
|
||||
|
||||
# th,th, thats all
|
||||
|
|
Loading…
Reference in New Issue