gentoo-install/scripts
Carlos Prado b2ea9b360d
feat: hooks (#70)
* Hooks

Hook system to allow further customization at specific steps of the installation process.

- before/after_prepare_environment
- before/after_disk_configuration
- before/after_download_stage3
- before/after_extract_stage3

- before/after_install
- before/after_configure_base_system
- before/after_configure_portage
- before/after_install_kernel

* add hook examples

* fix: remove eval
2023-01-07 14:02:15 +01:00
..
config.sh fix: track whether partitioning is disallowed 2022-05-13 21:32:24 +02:00
dispatch_chroot.sh fix: don't ask again for encryption key in chroot if it was already set when executing install 2021-10-27 13:27:54 +02:00
functions.sh feat: hooks (#70) 2023-01-07 14:02:15 +01:00
main.sh feat: hooks (#70) 2023-01-07 14:02:15 +01:00
protection.sh install mdadm on chrooted system when raid is used 2020-04-23 23:56:53 +02:00
utils.sh feat: hooks (#70) 2023-01-07 14:02:15 +01:00