SpectreOS/configs/install/usbsecret
2022-10-04 19:01:31 +02:00

19 lines
262 B
Bash
Executable file

#!/bin/bash
build() {
add_binary grep
add_binary blkid
add_runscript
}
help() {
cat <<HELPEOF
This hook initializes a USB-secret methode the system start of the Stick
The System start not the Stick.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et: