Refactor of wwinit/init to more properly address rootfs options

- Closes #1093
- Show rootfs type on-screen during boot.
- Fix logic flow for deciding to pivot or not.
- Add Informational message about 'initramfs' option.
- Allow unset WWROOT to continue to wwinit.

Signed-off-by: Adam Michel <elfurbe@furbism.com>
This commit is contained in:
Adam Michel
2023-05-18 17:13:10 -07:00
committed by Jonathon Anderson
parent 43b298f3aa
commit 76908909a0
3 changed files with 28 additions and 19 deletions

View File

@@ -38,3 +38,4 @@
* Tobias Poschwatta <poschwatta@zib.de>
* Josh Burks <jeburks2@asu.edu>
* Elmar Pruesse <pruessee@njhealth.org> @epruesse
* Adam Michel <elfurbe@furbism.com> [@elfurbe](https://github.com/elfurbe)