diff --git a/Makefile b/Makefile index 001b4d0..7f82fde 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,10 @@ install_buildenv: # Install packages required to build the image sudo apt install live-build make build-essential wget git xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync +bump_version: + @last_tag=$$(git tag | tail -n1); \ + echo "Please set version to $$last_tag in Makefile config/bootloaders/isolinux/live.cfg.in config/bootloaders/isolinux/menu.cfg auto/config" + build: # Build the live system/ISO image #sudo lb clean --purge #only required when changing the mirrors/architecture config