restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
|
@ -45,7 +45,7 @@ The default `HOOKS` setting should be sufficient for most simple, single disk se
|
|||
#### Common Hooks
|
||||
| Hook | Feature |
|
||||
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| **base** | Sets up all initial directories and installs base utilities and libraries. Always keep this hook as the first hook unless you know what you are doing, as it provides critical busybox init when not using **[systemd](Systemd.md)** hook. Optional when using the **[systemd](Systemd.md)** hook as it only provides a busybox recovery shell. |
|
||||
| **base** | Sets up all initial directories and installs base utilities and libraries. Always keep this hook as the first hook unless you know what you are doing, as it provides critical busybox init when not using **[systemd](systemd/Systemd.md)** hook. Optional when using the **[systemd](systemd/Systemd.md)** hook as it only provides a busybox recovery shell. |
|
||||
| **udev** | Adds udevd, udevadm, and a small subset of udev rules to your image. |
|
||||
| **usr** | Adds support for /usr on a separate partition. |
|
||||
| **resume** | Tries to resume from the "suspend to disk" state. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue