Move reexec.Init() to beginning of wwctl

- Fixes: #1879

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-08-01 01:08:20 -06:00
parent 073ecdf82c
commit ebc101b2b1
3 changed files with 6 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed a bug when cloning an overlay to site when parent is missing
- Fixed `wwctl upgrade nodes` to properly handle kernel argument lists. #1938
- Improved netplan support. #1873
- Fixed a panic during `wwctl overlay edit` due to missing `reexec.Init()`. #1879
## v4.6.2, 2025-07-09