Fix iso name
This commit is contained in:
parent
d363bce2a4
commit
d9f3cc49f2
1 changed files with 1 additions and 3 deletions
4
build.sh
4
build.sh
|
@ -28,8 +28,6 @@ apt-get install -y live-build patch binutils zstd
|
|||
dpkg -i ./debs/*.deb
|
||||
patch /usr/lib/live/build/binary_grub-efi < live-build-fix-shim-remove.patch
|
||||
|
||||
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/impish
|
||||
|
||||
build () {
|
||||
BUILD_ARCH="$1"
|
||||
|
||||
|
@ -75,7 +73,7 @@ build () {
|
|||
YYYYMMDD="$(date +%Y%m%d%H%M)"
|
||||
OUTPUT_DIR="$BASE_DIR/builds/$BUILD_ARCH"
|
||||
mkdir -p "$OUTPUT_DIR"
|
||||
FNAME="ubuntu-sway-$VERSION-$BUILD_ARCH-$YYYYMMDD-$OUTPUT_SUFFIX"
|
||||
FNAME="ubuntusway-$VERSION-$BUILD_ARCH-$YYYYMMDD-$OUTPUT_SUFFIX"
|
||||
mv "$BASE_DIR/tmp/$BUILD_ARCH/live-image-$BUILD_ARCH.hybrid.iso" "$OUTPUT_DIR/${FNAME}.iso"
|
||||
|
||||
md5sum "$OUTPUT_DIR/${FNAME}.iso" > "$OUTPUT_DIR/${FNAME}.md5.txt"
|
||||
|
|
Loading…
Add table
Reference in a new issue