diff --git a/README.md b/README.md index 2ecec0f..30da1b8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The following builds are available: | Rocky Linux | 10 | ✓ | ✓ | ✓ | ✓ | | Rocky Linux | 9 | ✓ | ✓ | ✓ | ✓ | | Rocky Linux | 8 | ✓ | ✓ | ✓ | ✓ | -| Ubuntu Server | 25.04 LTS | ✓ | ✓ | ✓ | ✓ | +| Ubuntu Server | 25.04 | ✓ | ✓ | ✓ | ✓ | | Ubuntu Server | 24.04 LTS | ✓ | ✓ | ✓ | ✓ | | Ubuntu Server | 22.04 LTS | ✓ | ✓ | ✓ | ✓ | | Ubuntu Server | 20.04 LTS | ✓ | ✓ | ✓ | ✓ | diff --git a/build.sh b/build.sh index cb7b0a9..22a7727 100755 --- a/build.sh +++ b/build.sh @@ -567,11 +567,11 @@ menu_option_14() { } menu_option_15() { - INPUT_PATH="$SCRIPT_PATH"/builds/linux/ubuntu/25-04-lts/ + INPUT_PATH="$SCRIPT_PATH"/builds/linux/ubuntu/25-04/ BUILD_PATH=${INPUT_PATH#"${SCRIPT_PATH}/builds/"} BUILD_VARS="$(echo "${BUILD_PATH%/}" | tr -s '/' | tr '/' '-').pkrvars.hcl" - echo -e "\nCONFIRM: Build a Ubuntu Server 25.04 LTS Template for Proxmox?" + echo -e "\nCONFIRM: Build a Ubuntu Server 25.04 Template for Proxmox?" echo -e "\nContinue? (y/n)" read -r REPLY if [[ ! $REPLY =~ ^[Yy]$ ]] @@ -579,8 +579,8 @@ menu_option_15() { exit 1 fi - ### Build a Ubuntu Server 25.04 LTS Template for Proxmox. ### - echo "Building a Ubuntu Server 25.04 LTS Template for Proxmox..." + ### Build a Ubuntu Server 25.04 Template for Proxmox. ### + echo "Building a Ubuntu Server 25.04 Template for Proxmox..." ### Initialize HashiCorp Packer and required plugins. ### echo "Initializing HashiCorp Packer and required plugins..." @@ -873,7 +873,7 @@ until [ "$selection" = "0" ]; do echo " 12 - Rocky Linux 10" echo " 13 - Rocky Linux 9" echo " 14 - Rocky Linux 8" - echo " 15 - Ubuntu Server 25.04 LTS" + echo " 15 - Ubuntu Server 25.04" echo " 16 - Ubuntu Server 24.04 LTS" echo " 17 - Ubuntu Server 22.04 LTS" echo " 18 - Ubuntu Server 20.04 LTS" diff --git a/builds/linux/ubuntu/25-04-lts/data/meta-data b/builds/linux/ubuntu/25-04/data/meta-data similarity index 100% rename from builds/linux/ubuntu/25-04-lts/data/meta-data rename to builds/linux/ubuntu/25-04/data/meta-data diff --git a/builds/linux/ubuntu/25-04-lts/data/network.pkrtpl.hcl b/builds/linux/ubuntu/25-04/data/network.pkrtpl.hcl similarity index 100% rename from builds/linux/ubuntu/25-04-lts/data/network.pkrtpl.hcl rename to builds/linux/ubuntu/25-04/data/network.pkrtpl.hcl diff --git a/builds/linux/ubuntu/25-04-lts/data/storage.pkrtpl.hcl b/builds/linux/ubuntu/25-04/data/storage.pkrtpl.hcl similarity index 100% rename from builds/linux/ubuntu/25-04-lts/data/storage.pkrtpl.hcl rename to builds/linux/ubuntu/25-04/data/storage.pkrtpl.hcl diff --git a/builds/linux/ubuntu/25-04-lts/data/user-data.pkrtpl.hcl b/builds/linux/ubuntu/25-04/data/user-data.pkrtpl.hcl similarity index 100% rename from builds/linux/ubuntu/25-04-lts/data/user-data.pkrtpl.hcl rename to builds/linux/ubuntu/25-04/data/user-data.pkrtpl.hcl diff --git a/builds/linux/ubuntu/25-04-lts/linux-ubuntu.pkr.hcl b/builds/linux/ubuntu/25-04/linux-ubuntu.pkr.hcl similarity index 100% rename from builds/linux/ubuntu/25-04-lts/linux-ubuntu.pkr.hcl rename to builds/linux/ubuntu/25-04/linux-ubuntu.pkr.hcl diff --git a/builds/linux/ubuntu/25-04-lts/linux-ubuntu.pkrvars.hcl.example b/builds/linux/ubuntu/25-04/linux-ubuntu.pkrvars.hcl.example similarity index 100% rename from builds/linux/ubuntu/25-04-lts/linux-ubuntu.pkrvars.hcl.example rename to builds/linux/ubuntu/25-04/linux-ubuntu.pkrvars.hcl.example diff --git a/builds/linux/ubuntu/25-04-lts/variables-network.pkr.hcl b/builds/linux/ubuntu/25-04/variables-network.pkr.hcl similarity index 100% rename from builds/linux/ubuntu/25-04-lts/variables-network.pkr.hcl rename to builds/linux/ubuntu/25-04/variables-network.pkr.hcl diff --git a/builds/linux/ubuntu/25-04-lts/variables-storage.pkr.hcl b/builds/linux/ubuntu/25-04/variables-storage.pkr.hcl similarity index 100% rename from builds/linux/ubuntu/25-04-lts/variables-storage.pkr.hcl rename to builds/linux/ubuntu/25-04/variables-storage.pkr.hcl diff --git a/builds/linux/ubuntu/25-04-lts/variables.pkr.hcl b/builds/linux/ubuntu/25-04/variables.pkr.hcl similarity index 100% rename from builds/linux/ubuntu/25-04-lts/variables.pkr.hcl rename to builds/linux/ubuntu/25-04/variables.pkr.hcl