[PR #269] [CLOSED] Generic Ubuntu VM script #2460

Closed
opened 2025-11-20 05:30:08 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/269
Author: @irish1986
Created: 11/15/2024
Status: Closed

Base: mainHead: ubuntu


📝 Commits (3)

  • 558af81 feat: add ubunu-vm script
  • 91c532f docs: update discussion thread
  • 9ee4def feat: remove legacy script

📊 Changes

4 files changed (+40 additions, -469 deletions)

View changed files

📝 json/ubuntu-vm.json (+4 -4)
json/ubuntu2404-vm.json (+0 -34)
📝 vm/ubuntu-vm.sh (+36 -18)
vm/ubuntu2404-vm.sh (+0 -413)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

Create a new generic ubuntu-vm script that allows the user ot select which version of ubuntu should be installed.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

C&C are welcomed via PR comments.

If there are other pull requests or discussions related to this change, please link them here:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/269 **Author:** [@irish1986](https://github.com/irish1986) **Created:** 11/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ubuntu` --- ### 📝 Commits (3) - [`558af81`](https://github.com/community-scripts/ProxmoxVE/commit/558af81760b0fa520fe0c1a744f9ec0fca70cd0c) feat: add ubunu-vm script - [`91c532f`](https://github.com/community-scripts/ProxmoxVE/commit/91c532ff826a61458e07421f4589f5b9e9435524) docs: update discussion thread - [`9ee4def`](https://github.com/community-scripts/ProxmoxVE/commit/9ee4deffc832817c5af54322223f67de6e0f7eb2) feat: remove legacy script ### 📊 Changes **4 files changed** (+40 additions, -469 deletions) <details> <summary>View changed files</summary> 📝 `json/ubuntu-vm.json` (+4 -4) ➖ `json/ubuntu2404-vm.json` (+0 -34) 📝 `vm/ubuntu-vm.sh` (+36 -18) ➖ `vm/ubuntu2404-vm.sh` (+0 -413) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description Create a new generic ubuntu-vm script that allows the user ot select which version of ubuntu should be installed. ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [x] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [X] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [X] Testing performed (I have tested my changes, ensuring everything works as expected) - [X] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) C&C are welcomed via PR comments. ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related Discussion #268 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:30:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2460