Benjamin Drung 813886bbb3 silence incorrect shellcheck SC2329
shellcheck 0.11.0 complains:

```
In hooks/fsck line 57:
			fstype() { "/usr/lib/klibc/bin/fstype" "$@"; }
                        ^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).

In ./mkinitramfs line 288:
clean_on_exit() {
^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).

In debian/tests/unmkinitramfs line 44:
no_compressor() {
^-- SC2329 (info): This function is never invoked. Check usage (or ignored if invoked indirectly).
```
2025-11-12 12:59:08 +01:00
2025-11-12 12:59:08 +01:00
2025-03-06 22:44:05 +01:00
2023-02-27 22:29:35 +10:00
Description
initramfs-tools
2 MiB
Languages
Shell 68.3%
Roff 22.3%
C 9.3%