ACC SHELL

Path : /lib/mkinitrd/scripts/
File Upload :
Current File : //lib/mkinitrd/scripts/setup-luks2.sh

#!/bin/bash
#
#%stage: volumemanager
#%depends: lvm2
#

curscript=luks.sh # XXX: to save variables in same config file

if use_script lvm2; then
    find_luks_devices
fi

ACC SHELL 2018