update to woody boot-i386 for boot.bat

This commit is contained in:
Jim Westveer 2001-01-26 15:21:22 +00:00
parent e97f9008a5
commit f74e6a2f86
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ cp -f $CDDIR/dists/$CODENAME/main/disks-$ARCH/current/dosutils/* $CDDIR/install/
(echo "@ echo off" ; \
echo "rem Flush any write-cached disk blocks before we leave DOS. " ; \
echo "If your system does not use smartdrv an error message will appear, " ; \
echo "you can safely ignore that." ; \
echo "smartdrv /c" ; \
echo "loadlin.exe linux root=/dev/ram ro initrd=root.bin" ; \
) |todos > $CDDIR/install/boot.bat