Subversion Repositories SvarDOS

Rev

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

Rev 198 Rev 204
Line 134... Line 134...
134
prep_flop 2880
134
prep_flop 2880
135
prep_flop 1440
135
prep_flop 1440
136
prep_flop 1200
136
prep_flop 1200
137
prep_flop 720
137
prep_flop 720
138
 
138
 
-
 
139
CDISO="$PUBDIR/svardos-cd.iso"
-
 
140
CDZIP="$PUBDIR/svardos-cd.zip"
139
 
141
 
140
# delete previous (if any) *.iso and *.md5 files
142
# delete previous (if any) iso
141
echo "cleaning up old versions..."
143
echo "cleaning up old versions..."
142
rm -f "$PUBDIR/svardos.iso" "$PUBDIR/svardos.iso.md5"
-
 
143
 
-
 
144
CDISO="$PUBDIR/svardos.iso"
144
rm -f "$CDISO" "$CDZIP"
145
 
145
 
146
$GENISOIMAGE -input-charset cp437 -b boot.img -iso-level 1 -f -V SVARDOS -o "$CDISO" "$CDROOT"
146
$GENISOIMAGE -input-charset cp437 -b boot.img -iso-level 1 -f -V SVARDOS -o "$CDISO" "$CDROOT"
147
 
147
 
-
 
148
# compress the ISO
-
 
149
zip -mj9 "$CDZIP" "$CDISO"
-
 
150
 
148
# cleanup temporary things
151
# cleanup temporary things
149
if [ "x$1" != "xnoclean" ] ; then
152
if [ "x$1" != "xnoclean" ] ; then
150
  rm -rf "$CDROOT" "$FLOPROOT"
153
  rm -rf "$CDROOT" "$FLOPROOT"
151
fi
154
fi
152
 
155
 
153
# compute the MD5 of the ISO file, taking care to include only the filename in it
-
 
154
echo "computing md5 sums..."
-
 
155
cd `dirname "$CDISO"`
-
 
156
md5sum `basename "$CDISO"` > "$CDISO.md5"
-
 
157
 
-
 
158
cd "$origdir"
156
cd "$origdir"
159
 
157
 
160
#cd svnlschk
158
#cd svnlschk
161
#./webgen.sh
159
#./webgen.sh
162
#cd ..
160
#cd ..