Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Apr 5, 2022
1 parent 66ae79d commit 718750e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# also change in archiso/liveusb/profiledef.sh
VERSION = 8

all: iso

# step 1: build toolchain
Expand Down Expand Up @@ -38,10 +41,10 @@ plugins: plugins-bootstrap

# step 6: build ISO

iso: archiso/output/mod-live-usb-v7-x86_64.iso
iso: archiso/output/mod-live-usb-v$(VERSION)-x86_64.iso

archiso/output/%.iso: archiso/build.sh archiso/Dockerfile archiso/liveusb/packages.x86_64 mod-os
./$<

run:
./archiso/run_archiso.sh -i ./archiso/output/mod-live-usb-v7-x86_64.iso
./archiso/run_archiso.sh -i ./archiso/output/mod-live-usb-v$(VERSION)-x86_64.iso
2 changes: 1 addition & 1 deletion archiso/liveusb/profiledef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ iso_name="mod-live-usb"
iso_label="Live-USB"
iso_publisher="MOD Devices <https://moddevices.com>"
iso_application="MOD Live USB"
iso_version="v7"
iso_version="v8"
install_dir="arch"
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
Expand Down

0 comments on commit 718750e

Please sign in to comment.