From 8c8055340c85892ecb78777466470cc74ded8d8d Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Thu, 11 Dec 2025 07:40:50 +0800 Subject: [PATCH] Extensions: improve FAQ section wording --- docs/Developer-Guide_Extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developer-Guide_Extensions.md b/docs/Developer-Guide_Extensions.md index aaf0ebfe..4b62b952 100644 --- a/docs/Developer-Guide_Extensions.md +++ b/docs/Developer-Guide_Extensions.md @@ -103,8 +103,8 @@ They're the same, except: #### Can you give me examples of some extensions shipped in Armbian? - [image-output-qcow2](https://github.com/armbian/build/blob/main/extensions/image-output-qcow2.sh): create images in qcow2-format, suitable to test-run in a VM. -- [uboot-btrfs](https://github.com/armbian/build/blob/main/extensions/uboot-btrfs.sh): Add btrfs support for u-boot. This makes it possible to boot straight from btrfs partitions. A growi> -- [watchdog](https://github.com/armbian/build/blob/main/extensions/watchdog.sh): Add watchdog support for an image +- [uboot-btrfs](https://github.com/armbian/build/blob/main/extensions/uboot-btrfs.sh): Add btrfs support for u-boot +- [watchdog](https://github.com/armbian/build/blob/main/extensions/watchdog.sh): Add watchdog alert support #### How to opt out of a specific hook function?