9 lines
306 B
Bash
Executable File
9 lines
306 B
Bash
Executable File
#!/bin/bash
|
|
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
|
|
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
|
inst cryptsetup
|
|
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 /etc/crypttab
|