Subversion Repositories SvarDOS

Rev

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

Rev 300 Rev 305
Line 152... Line 152...
152
 
152
 
153
# prepare the content of the boot (install) floppy
153
# prepare the content of the boot (install) floppy
154
cp "install/install.com" "$FLOPROOT/"
154
cp "install/install.com" "$FLOPROOT/"
155
cp "install/nls/"install.?? "$FLOPROOT/"
155
cp "install/nls/"install.?? "$FLOPROOT/"
156
cp -r "$CUSTFILES/floppy/"* "$FLOPROOT/"
156
cp -r "$CUSTFILES/floppy/"* "$FLOPROOT/"
-
 
157
unzip -Cj packages/cpidos.zip 'cpi/ega*.cpx' -d "$FLOPROOT/"
-
 
158
unzip -Cj packages/command.zip bin/command.com -d "$FLOPROOT/"
-
 
159
unzip -Cj packages/display.zip bin/display.exe -d "$FLOPROOT/"
-
 
160
unzip -Cj packages/edit.zip bin/edit.exe -d "$FLOPROOT/"
-
 
161
unzip -Cj packages/fdapm.zip bin/fdapm.com -d "$FLOPROOT/"
-
 
162
unzip -Cj packages/fdisk.zip bin/fdisk.exe bin/fdiskpt.ini -d "$FLOPROOT/"
-
 
163
unzip -Cj packages/format.zip bin/format.exe -d "$FLOPROOT/"
-
 
164
unzip -Cj packages/kernel.zip bin/kernel.sys bin/sys.com -d "$FLOPROOT/"
-
 
165
unzip -Cj packages/mem.zip bin/mem.exe -d "$FLOPROOT/"
-
 
166
unzip -Cj packages/mode.zip bin/mode.com -d "$FLOPROOT/"
-
 
167
unzip -Cj packages/more.zip bin/more.exe -d "$FLOPROOT/"
157
unzip -j packages/pkg.zip bin/pkg.exe -d "$FLOPROOT/"
168
unzip -Cj packages/pkg.zip bin/pkg.exe -d "$FLOPROOT/"
158
 
169
 
159
# build the boot (CD) floppy image
170
# build the boot (CD) floppy image
160
export MTOOLS_NO_VFAT=1
171
export MTOOLS_NO_VFAT=1
161
#mformat -C -f 2880 -v SVARDOS -B "$CUSTFILES/floppy.mbr" -i "$CDROOT/boot.img"
172
#mformat -C -f 2880 -v SVARDOS -B "$CUSTFILES/floppy.mbr" -i "$CDROOT/boot.img"
162
#mcopy -sQm -i "$CDROOT/boot.img" "$FLOPROOT/"* ::/
173
#mcopy -sQm -i "$CDROOT/boot.img" "$FLOPROOT/"* ::/