fix: preseed.cfg UEFI partitioning and user password prompts

- Add EFI System Partition (ESP) for UEFI boot support
- Add $defaultignore{ } to LVM partitions for proper crypto handling
- Add in_vg{ knel_vg } and lv_name{ } for explicit volume placement
- Change debconf priority from critical to high to allow user password prompts
- Update documentation dates to 2026-02-19
- Update ISO size references from 450 MB to 816 MB
- Update checksums to current values

Fixes installer error "No root file system is defined"
Fixes missing non-root user password prompt

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-02-19 23:29:31 -05:00
parent 81f97687d9
commit 626e49c3e7
5 changed files with 43 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
# KNEL-Football Secure OS - Software Development Lifecycle (SDLC)
**Version:** 1.0
**Version:** 1.1
**Status:** Active
**Last Updated:** 2026-02-17
**Last Updated:** 2026-02-19
---
@@ -290,7 +290,7 @@ Assisted-by: GLM-4.7 via Crush <crush@charm.land>
### Pre-Release Checklist
- [ ] All tests pass (78 tests: 63 pass, 15 skip for libvirt)
- [ ] All tests pass (562 tests: all pass, 16 skip for VM)
- [ ] Zero lint warnings
- [ ] Security review complete
- [ ] Documentation updated
@@ -339,6 +339,7 @@ md5sum -c knel-football-secure.iso.md5
| Version | Date | Changes |
|---------|------|---------|
| 1.0 | 2026-02-17 | Initial SDLC document |
| 1.1 | 2026-02-19 | Updated test counts (562 tests) |
---