SpectreOS-old/install/usbsecret

20 lines
262 B
Text
Raw Normal View History

2018-02-26 02:41:29 +01: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: