Subversion Repositories SvarDOS

Rev

Rev 1670 | Rev 1698 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1670 Rev 1671
Line 78... Line 78...
78
# $6 name of the set (eg. "1440k" or "1440k-EN")
78
# $6 name of the set (eg. "1440k" or "1440k-EN")
79
# $7 where to put a copy of the image (optional)
79
# $7 where to put a copy of the image (optional)
80
function prep_flop {
80
function prep_flop {
81
  WORKDIR="$5/$6"
81
  WORKDIR="$5/$6"
82
  mkdir "$WORKDIR"
82
  mkdir "$WORKDIR"
83
  mformat -C -t $1 -h $2 -s $3 -v SVARDOS -B "$CUSTFILES/floppy.mbr" -i "$WORKDIR/disk1.img"
83
  mformat -C -t $1 -h $2 -s $3 -v $CURDATE -B "$CUSTFILES/floppy.mbr" -i "$WORKDIR/disk1.img"
84
  mcopy -sQm -i "$WORKDIR/disk1.img" "$FLOPROOT/"* ::/
84
  mcopy -sQm -i "$WORKDIR/disk1.img" "$FLOPROOT/"* ::/
85
 
85
 
86
  # now populate the floppies
86
  # now populate the floppies
87
  curdisk=1
87
  curdisk=1
88
  LIST=$ALLPKGS
88
  LIST=$ALLPKGS
Line 189... Line 189...
189
echo 'ECHO   WELCOME TO SVARDOS' >> "$FLOPROOT/autoexec.bat"
189
echo 'ECHO   WELCOME TO SVARDOS' >> "$FLOPROOT/autoexec.bat"
190
echo 'ECHO  ********************' >> "$FLOPROOT/autoexec.bat"
190
echo 'ECHO  ********************' >> "$FLOPROOT/autoexec.bat"
191
echo "ECHO  build: $CURDATE" >> "$FLOPROOT/autoexec.bat"
191
echo "ECHO  build: $CURDATE" >> "$FLOPROOT/autoexec.bat"
192
echo 'ECHO.' >> "$FLOPROOT/autoexec.bat"
192
echo 'ECHO.' >> "$FLOPROOT/autoexec.bat"
193
echo '' >> "$FLOPROOT/autoexec.bat"
193
echo '' >> "$FLOPROOT/autoexec.bat"
194
echo "INSTALL $CURDATE" >> "$FLOPROOT/autoexec.bat"
194
echo "INSTALL" >> "$FLOPROOT/autoexec.bat"
195
unix2dos "$FLOPROOT/autoexec.bat"
195
unix2dos "$FLOPROOT/autoexec.bat"
196
 
196
 
197
 
197
 
198
echo
198
echo
199
echo "### Computing the USB image"
199
echo "### Computing the USB image"