[PR #1267] [CLOSED] Update MOTD dynamically #3085

Closed
opened 2026-02-26 13:32:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1267
Author: @akhdanfadh
Created: 1/5/2025
Status: Closed

Base: mainHead: feat/dynamic-motd


📝 Commits (1)

  • b7f983a Feat: Update MOTD dynamically

📊 Changes

1 file changed (+28 additions, -24 deletions)

View changed files

📝 misc/install.func (+28 -24)

📄 Description

✍️ Description

This PR modifies the default install.func (debian/ubuntu) to implement a dynamic Message of the Day (MOTD) replacing the static one.

  • Related Discussion: #1057

🛠️ 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)

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.) --> Have tested it on existing LXC but not a new one.
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information

I have modified the alpine one (alpine-install.func), but waiting for this PR if needed or not.


🔄 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/1267 **Author:** [@akhdanfadh](https://github.com/akhdanfadh) **Created:** 1/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/dynamic-motd` --- ### 📝 Commits (1) - [`b7f983a`](https://github.com/community-scripts/ProxmoxVE/commit/b7f983ab6435ee044d0da573f7202c8df48d7da0) Feat: Update MOTD dynamically ### 📊 Changes **1 file changed** (+28 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `misc/install.func` (+28 -24) </details> ### 📄 Description ## ✍️ Description This PR modifies the default `install.func` (debian/ubuntu) to implement a dynamic Message of the Day (MOTD) replacing the static one. - Related Discussion: #1057 --- ## 🛠️ 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) --- ## ✅ 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.) - [ ] Testing performed (I have thoroughly tested my changes and verified expected functionality.) --> Have tested it on existing LXC but not a new one. - [x] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information I have modified the alpine one (`alpine-install.func`), but waiting for this PR if needed or not. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:32:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3085
No description provided.