[PR #1548] [MERGED] [core] Update build.func: Add defaults to Advanced mode #3100

Closed
opened 2026-02-05 05:28:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1548
Author: @michelroegl-brunner
Created: 1/17/2025
Status: Merged
Merged: 1/20/2025
Merged by: @MickLesk

Base: mainHead: build_func


📝 Commits (3)

  • b98c44f [core] Update build.func: Add defaults to Advanced mode
  • 3f99869 Change method
  • af2d262 Fix copy mistake

📊 Changes

1 file changed (+138 additions, -45 deletions)

View changed files

📝 misc/build.func (+138 -45)

📄 Description

✍️ Description

Updates the àdvanced_settings()` functions to add some Default values to the Whiptail. It also makes the dialouges a bit clearer as some default values are shown to the user.


  • Related Discussion: #1507

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

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

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix 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/1548 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `build_func` --- ### 📝 Commits (3) - [`b98c44f`](https://github.com/community-scripts/ProxmoxVE/commit/b98c44fc4240dcfd0826f933e95f5146008b0ad3) [core] Update build.func: Add defaults to Advanced mode - [`3f99869`](https://github.com/community-scripts/ProxmoxVE/commit/3f998697c857bf03627e8585a059e4efb4045c3f) Change method - [`af2d262`](https://github.com/community-scripts/ProxmoxVE/commit/af2d2624980637d2f9e72c46bb7e6736d80c21b1) Fix copy mistake ### 📊 Changes **1 file changed** (+138 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `misc/build.func` (+138 -45) </details> ### 📄 Description ## ✍️ Description Updates the àdvanced_settings()` functions to add some Default values to the Whiptail. It also makes the dialouges a bit clearer as some default values are shown to the user. - - - - Related Discussion: #1507 - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [X] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:28:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3100