Subversion Repositories SvarDOS

Rev

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

Rev 632 Rev 642
Line 125... Line 125...
125
  cp "$REPOROOT/$pkg.zip" "$CDROOT/"
125
  cp "$REPOROOT/$pkg.zip" "$CDROOT/"
126
done
126
done
127
 
127
 
128
 
128
 
129
# prepare the content of the boot (install) floppy
129
# prepare the content of the boot (install) floppy
130
cp "install/trunk/install.com" "$FLOPROOT/"
-
 
131
cp "install/trunk/install.lng" "$FLOPROOT/"
-
 
132
cp -r "$CUSTFILES/floppy/"* "$FLOPROOT/"
130
cp -r "$CUSTFILES/floppy/"* "$FLOPROOT/"
133
unzip -Cj packages/cpidos.zip 'cpi/ega*.cpx' -d "$FLOPROOT/"
131
unzip -Cj packages/cpidos.zip 'cpi/ega*.cpx' -d "$FLOPROOT/"
134
unzip -Cj packages/command.zip bin/command.com -d "$FLOPROOT/"
132
unzip -Cj packages/command.zip bin/command.com -d "$FLOPROOT/"
135
unzip -Cj packages/display.zip bin/display.exe -d "$FLOPROOT/"
133
unzip -Cj packages/display.zip bin/display.exe -d "$FLOPROOT/"
136
unzip -Cj packages/edit.zip bin/edit.exe -d "$FLOPROOT/"
134
unzip -Cj packages/edit.zip bin/edit.exe -d "$FLOPROOT/"