Skip to content

Commit c6d214f

Browse files
committed
Extensions: add FAQ section and make entry for notable extensions
1 parent bf1a14c commit c6d214f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/Developer-Guide_Extensions.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,15 @@ They're the same, except:
9898
- That is useful if there are other files/assets that belong together with that extension. An example would be a template file, some configuration file, or other static asset that is directly related to the extension.
9999
- Using directory-based extensions and `${EXTENSION_DIR}` allows for easy moving and PR'ing of user extensions.
100100

101-
# Opt-out of individual hook functions
101+
### FAQ
102+
103+
#### Can you give me examples of some extensions shipped in Armbian?
104+
105+
- [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.
106+
- [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>
107+
- [watchdog](https://github.com/armbian/build/blob/main/extensions/watchdog.sh): Add watchdog support for an image
108+
109+
#### How to opt out of a specific hook function?
102110

103111
Any function making use of the extension framework [generally of the form `hook_name__individual_function`] can be skipped in a board or family config, by way of
104112

0 commit comments

Comments
 (0)