mirror of
https://github.com/moparisthebest/cryptsetup-multidisk-ssh
synced 2024-12-21 06:58:53 -05:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
#!/usr/bin/ash
|
||
|
sed 's/ /\n/g' /proc/cmdline | grep = > /linux.cmdline
|
||
|
. /linux.cmdline
|
||
|
rm /linux.cmdline
|
||
|
. /init_functions
|
||
|
. /hooks/encrypt-multidisk-ssh
|
||
|
|
||
|
run_hook
|