Init
This commit is contained in:
21
usr/share/initramfs-tools/hooks/yggdrasil
Executable file
21
usr/share/initramfs-tools/hooks/yggdrasil
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
PREREQ=""
|
||||
prereqs()
|
||||
{
|
||||
echo "$PREREQ"
|
||||
}
|
||||
|
||||
case $1 in
|
||||
prereqs)
|
||||
prereqs
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
||||
. /usr/share/initramfs-tools/hook-functions
|
||||
# Begin real processing below this line
|
||||
|
||||
manual_add_modules tun
|
||||
copy_exec /usr/bin/yggdrasil /sbin/yggdrasil
|
||||
copy_file "yggdrasil config" /etc/yggdrasil-initramfs/yggdrasil.conf /etc/yggdrasil.conf
|
||||
exit 0
|
Reference in New Issue
Block a user