|
274 | 274 | spaces and [1mMUST NOT[0m be enclosed in |
275 | 275 | quotes. |
276 | 276 |
|
| 277 | + [1mzbm.autosize[0m |
| 278 | + |
| 279 | + Enable automatic font resizing of the kernel |
| 280 | + console to normalize the apparent |
| 281 | + resolution for both low resolution and |
| 282 | + high resolution displays. This option is |
| 283 | + enabled by default. |
| 284 | + |
277 | 285 | [1mDeprecated Parameters[0m |
278 | 286 |
|
279 | 287 | [1mtimeout[0m |
|
596 | 604 |
|
597 | 605 | Teardown hooks will be installed from the |
598 | 606 | directory [33m${zfsbootmenu_hook_root}/- |
599 | | - teardown.d[0m. These hooks will be exectued |
| 607 | + teardown.d[0m. These hooks will be executed |
600 | 608 | after the kernel for a selected |
601 | 609 | environment has been loaded and is |
602 | 610 | launching via [1mkexec[0m is imminent. Some |
|
630 | 638 | the selected kernel, again relative |
631 | 639 | to the root of [1mZBM_SELECTED_BE[0m. |
632 | 640 |
|
633 | | - No boot-selection or teardown hook should |
634 | | - assume that the filesystem named in |
635 | | - [1mZBM_SELECTED_BE[0m is currently mounted. In |
636 | | - addition, no teardown hook should assume |
637 | | - that the ZFSBootMenu environment is in a |
| 641 | + Additionally, boot-selection hooks will have |
| 642 | + access to a fourth environment variable: |
| 643 | + |
| 644 | + [1mZBM_SELECTED_MOUNTPOINT[0m |
| 645 | + |
| 646 | + The path where the selected boot environment |
| 647 | + is currently mounted, which is the |
| 648 | + root relative to which ZFSBootMenu |
| 649 | + will attempt to load the selected |
| 650 | + kernel and initramfs. |
| 651 | + |
| 652 | + Teardown hooks should never assume that the |
| 653 | + filesystem named in [1mZBM_SELECTED_BE[0m is |
| 654 | + currently mounted. In addition, no |
| 655 | + teardown hook should assume that the |
| 656 | + ZFSBootMenu environment is in a |
638 | 657 | consistent operating state. ZFSBootMenu |
639 | 658 | may have exported some or all pools |
640 | 659 | prior to executing teardown hooks. |
|
0 commit comments