Add literate programming phase 1 documentation for: - installer.sh: handoff to official Void installer - postinstall.sh: boot configuration for encrypted system Decision: Keep official installer in the loop rather than full automation. The installer handles package selection and system configuration choices better than a custom script would. Reduces maintenance burden significantly. Decision: GRUB as default bootloader for wide Void support without systemd dependencies. systemd-boot and rEFInd rejected due to availability constraints. EFISTUB rejected due to manual UEFI entry management overhead. Technical details documented for post-install phase: - dracut crypt module enables LUKS unlock in initramfs - /etc/crypttab uses UUID references for device stability - GRUB_ENABLE_CRYPTODISK=y enables GRUB LUKS unlock - rd.luks.uuid kernel parameter tells dracut which container - grub-install embeds cryptodisk, grub-mkconfig updates menu Open questions preserved for phase 2 implementation: - Should rescue initramfs be generated? - Verify GRUB LUKS2 support before reboot? - Document kernel update process for users?
Description
No description provided
Languages
Shell
100%