SpectreOS/configs/install/usbsecret

20 lines
262 B
Text
Raw Normal View History

2022-10-04 19:01:31 +02:00
#!/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: