[PR #7653] [MERGED] OpenWrt: Refactor and increase root-partition #6846

Closed
opened 2026-02-05 07:38:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/7653
Author: @MickLesk
Created: 9/15/2025
Status: Merged
Merged: 9/15/2025
Merged by: @CrazyWolf13

Base: mainHead: openwrt


📝 Commits (10+)

  • 722ee12 move openwrt to correct naming
  • 214a176 Add disk size configuration for OpenWrt VM
  • 1a62280 Update openwrt-vm.sh
  • 6df57f7 Update openwrt-vm.sh
  • 1b3b850 Update openwrt-vm.sh
  • 8709c15 Add newline before loading message in openwrt-vm.sh
  • 3dd59c5 Update openwrt-vm.sh
  • fa7d912 rename vm
  • 818b7e3 Improve OpenWrt VM network configuration logic
  • 74a1bfb Update openwrt-vm.sh

📊 Changes

2 files changed (+111 additions, -83 deletions)

View changed files

📝 frontend/public/json/openwrt-vm.json (+2 -2)
📝 vm/openwrt-vm.sh (+109 -81)

📄 Description

✍️ Description

small refactor of vm, added some improvements
switch to correct filename in json and vm
better network recognition in vm
better sleep recognition while sending lines
better handling of various storage types (tested with zfs, lvm, lvm-thin)

image

Link: #7297

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/7653 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `openwrt` --- ### 📝 Commits (10+) - [`722ee12`](https://github.com/community-scripts/ProxmoxVE/commit/722ee1216804c3277a17e7696e1e163a96862ac7) move openwrt to correct naming - [`214a176`](https://github.com/community-scripts/ProxmoxVE/commit/214a1767c2c21069c034a4196f826c247dfdf6f8) Add disk size configuration for OpenWrt VM - [`1a62280`](https://github.com/community-scripts/ProxmoxVE/commit/1a622809c2d80aba619426b53375e29c4e9421b9) Update openwrt-vm.sh - [`6df57f7`](https://github.com/community-scripts/ProxmoxVE/commit/6df57f79c778d266111dba65546c9d117b7f87ef) Update openwrt-vm.sh - [`1b3b850`](https://github.com/community-scripts/ProxmoxVE/commit/1b3b850b7cd4b2d03695dee5b50be19f0996afc2) Update openwrt-vm.sh - [`8709c15`](https://github.com/community-scripts/ProxmoxVE/commit/8709c15d1f07e92ed30cd4ed274e8a39db2d5ab8) Add newline before loading message in openwrt-vm.sh - [`3dd59c5`](https://github.com/community-scripts/ProxmoxVE/commit/3dd59c5c0f8ad3c13d7893241c220a213f354c81) Update openwrt-vm.sh - [`fa7d912`](https://github.com/community-scripts/ProxmoxVE/commit/fa7d912df735fabf1cae3975bd7b547e9fb4f88a) rename vm - [`818b7e3`](https://github.com/community-scripts/ProxmoxVE/commit/818b7e34abce6a3296656f196a583cd19aff8401) Improve OpenWrt VM network configuration logic - [`74a1bfb`](https://github.com/community-scripts/ProxmoxVE/commit/74a1bfb1a3d740801d7422c95f825f1dd00418f6) Update openwrt-vm.sh ### 📊 Changes **2 files changed** (+111 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `frontend/public/json/openwrt-vm.json` (+2 -2) 📝 `vm/openwrt-vm.sh` (+109 -81) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description small refactor of vm, added some improvements switch to correct filename in json and vm better network recognition in vm better sleep recognition while sending lines better handling of various storage types (tested with zfs, lvm, lvm-thin) <img width="766" height="416" alt="image" src="https://github.com/user-attachments/assets/f02a305f-ce78-40e0-915a-20ff5f734afb" /> ## 🔗 Related PR / Issue Link: #7297 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <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 07:38:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#6846