remove the existing zip archive first
parent
04ef28f14d
commit
27d113905f
1
build
1
build
|
|
@ -68,6 +68,7 @@ mkisofs -o "$TARGET/$LIVEKITNAME-$ARCH.iso" -v -J -R -D -A "$LIVEKITNAME" -V "$L
|
||||||
|
|
||||||
cat "$CWD/bootinfo.txt" | fgrep -v "#" | sed -r "s/mylinux/$LIVEKITNAME/" | sed -r "s/\$/
/" > readme.txt
|
cat "$CWD/bootinfo.txt" | fgrep -v "#" | sed -r "s/mylinux/$LIVEKITNAME/" | sed -r "s/\$/
/" > readme.txt
|
||||||
echo "Creating ZIP for USB boot..."
|
echo "Creating ZIP for USB boot..."
|
||||||
|
rm "$TARGET/$LIVEKITNAME-$ARCH.zip"
|
||||||
zip -0 -r "$TARGET/$LIVEKITNAME-$ARCH.zip" *
|
zip -0 -r "$TARGET/$LIVEKITNAME-$ARCH.zip" *
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue