From 20490c4129266b38e1233f10b00c685da2aebe06 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Fri, 27 Oct 2023 02:37:36 +0200 Subject: [PATCH] docs(meta): Point to arch-zbm in headline --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce7633a..a152f66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # zbm-syslinux-pacman-hook -Arch Linux pacman hook to automatically recreate syslinux and MBR after updates +Arch Linux pacman hook to automatically recreate syslinux and MBR after updates. This hook is intended to work with [quico.space/quico-os-setup/arch-zbm](https://quico.space/quico-os-setup/arch-zbm), a root-on-ZFS installation script that uses ZFSBootMenu as its boot loader. # Setup @@ -41,7 +41,7 @@ If this returns zero or more than one mounted drive we bail, print an error mess # Assumptions -This hook is intended to work with [quico.space/quico-os-setup/arch-zbm](https://quico.space/quico-os-setup/arch-zbm), a root-on-ZFS installation script that uses ZFSBootMenu as its boot loader; it's specifically intended for use on `arch-zbm` machines that use legacy BIOS. Before using this hook for any other purpose please closely review what it does and adapt to your use case as needed. +Per [headline](#zbm-syslinux-pacman-hook) this hook is intended to work with [quico.space/quico-os-setup/arch-zbm](https://quico.space/quico-os-setup/arch-zbm); it's specifically intended for use on `arch-zbm` machines that use legacy BIOS. Before using this hook for any other purpose please closely review what it does and adapt to your use case as needed. We do not care about `pacman` events other than a `syslinux` package update. Specifically if ZFSBootMenu gets an update `syslinux` and our Master Boot Record remain unaffected. Kernel update? Same, no change needed since no kernel or module change directly influence the simple and decoupled structure of `syslinux`.