Skip to content

Commit

Permalink
contrib: remove system hook, clean up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed May 1, 2024
1 parent 1a6c694 commit 1b496a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
37 changes: 0 additions & 37 deletions contrib/20-console-autosize.sh

This file was deleted.

16 changes: 0 additions & 16 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ ZFSBootMenu images.
Brief descriptions of contributed scripts appear below for convenience. Please
review the scripts themselves for more thorough descriptions of their use.

- `10-console-init.sh` - In some configurations, the dracut event loop that
configures the ZFSBootMenu environment will fail to initialize the console
with desired font and keymap settings. This script can be added as an "early
setup" hook to force console initialization.

- `20-console-autosize.sh` - This early-setup hook will run through a set of
fonts, selecting the largest font that guarantees a console with at least 100
columns. This should ensure a usable default font even on high-DPI displays.

- `esp-sync.sh` - This script can run as a "post-image" hook to `generate-zbm`
to synchronize the contents of one EFI system partition with others, providing
tolerance against disk failures.
Expand Down Expand Up @@ -50,12 +41,5 @@ review the scripts themselves for more thorough descriptions of their use.
an extension to basic functionality that was originally built into
`generate-zbm` itself.

- `xhci-teardown.sh` - ZFSBootMenu relies on `kexec` to launch kernels
within boot environments. Some hardware, including certain XHCI USB
controllers, cannot be properly re-initialized after `kexec` jumps into the
new kernel. This teardown hook unbinds all detected XHCI controllers from the
ZFSBootMenu kernel before jumping into the new kernel, allowing devices to be
properly initialized.

- `zbm-sign.pl` - A Perl script, suitable for use as a generate-zbm post-run
hook, that will sign ZFSBootMenu EFI images for use with Secure Boot.

0 comments on commit 1b496a6

Please sign in to comment.