Subversion Repositories SvarDOS

Rev

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

Rev 1920 Rev 1922
Line 166... Line 166...
166
echo
166
echo
167
 
167
 
168
# prepare the content of the boot (install) floppy, unzipping everything
168
# prepare the content of the boot (install) floppy, unzipping everything
169
# in lowercase (-L) to avoid any case mismatching later in the build process
169
# in lowercase (-L) to avoid any case mismatching later in the build process
170
cp -r "$CUSTFILES/floppy/"* "$FLOPROOT/"
170
cp -r "$CUSTFILES/floppy/"* "$FLOPROOT/"
-
 
171
unzip -CLj "$REPOROOTCORE/cpidos.svp" 'cpi/ega.cpx' -d "$FLOPROOT/"
171
unzip -CLj "$REPOROOTCORE/cpidos.svp" 'cpi/ega*.cpx' -d "$FLOPROOT/"
172
unzip -CLj "$REPOROOTCORE/cpidos.svp" 'cpi/ega?.cpx' -d "$FLOPROOT/"
-
 
173
unzip -CLj "$REPOROOTCORE/cpidos.svp" 'cpi/ega10.cpx' -d "$FLOPROOT/"
172
unzip -CLj "$REPOROOTCORE/svarcom.svp" command.com -d "$FLOPROOT/"
174
unzip -CLj "$REPOROOTCORE/svarcom.svp" command.com -d "$FLOPROOT/"
173
unzip -CLj "$REPOROOTCORE/display.svp" bin/display.exe -d "$FLOPROOT/"
175
unzip -CLj "$REPOROOTCORE/display.svp" bin/display.exe -d "$FLOPROOT/"
174
unzip -CLj "$REPOROOTCORE/fdapm.svp" bin/fdapm.com -d "$FLOPROOT/"
176
unzip -CLj "$REPOROOTCORE/fdapm.svp" bin/fdapm.com -d "$FLOPROOT/"
175
unzip -CLj "$REPOROOTCORE/fdisk.svp" bin/fdisk.exe -d "$FLOPROOT/"
177
unzip -CLj "$REPOROOTCORE/fdisk.svp" bin/fdisk.exe -d "$FLOPROOT/"
176
unzip -CLj "$REPOROOTCORE/format.svp" bin/format.exe -d "$FLOPROOT/"
178
unzip -CLj "$REPOROOTCORE/format.svp" bin/format.exe -d "$FLOPROOT/"