| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Explains how kernel updates work with zfs-dkms on installed systems:
- Automatic DKMS rebuild process
- Why we use DKMS vs prebuilt packages
- How to verify ZFS module after update
- Recovery steps if something goes wrong
- Pre-pacman snapshot rollback instructions
|
| |
|
|
|
|
|
|
|
| |
- Add comprehensive "Unattended Installation" section
- Document all config file options with examples
- Include required vs optional fields table
- Add example configurations for common scenarios
- Update ISO naming format to archzfs-vmlinuz-{version}-lts-{date}
- Update project structure to include config example file
|
|
|
Features:
- --config-file option for automated installs
- Example config at /root/install-archzfs.conf.example
- Validates required fields before install
- Config only used when explicitly specified (safety)
Bug fixes:
- Fix pacstrap hanging on provider prompts (use yes pipe)
- Remove fsck from mkinitcpio HOOKS (ZFS doesn't use fsck)
- Add hostid support for ZFS boot
- Add spl.spl_hostid to kernel command line
Documentation:
- Comprehensive README.org with 15 sections
- Session context tracking file
|