You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
318 B
9 lines
318 B
#!/bin/bash |
|
inst cryptsetup |
|
inst dmeventd |
|
inst_rules "$moddir/70-luks.rules" |
|
inst "$moddir"/cryptroot-ask.sh /sbin/cryptroot-ask |
|
inst_hook cmdline 30 "$moddir/parse-crypt.sh" |
|
inst_hook pre-pivot 30 "$moddir/crypt-cleanup.sh" |
|
inst_hook pre-pivot 31 "$moddir/crypt-cleanup.sh" |
|
inst_rules 10-dm.rules 95-dm-notify.rules
|
|
|