%PDF- %PDF-
Direktori : /usr/share/dracut/modules.d/90crypt/ |
Current File : //usr/share/dracut/modules.d/90crypt/crypt-cleanup.sh |
#!/bin/sh # close everything which is not busy rm -f /etc/udev/rules.d/70-luks.rules >/dev/null 2>&1 for i in /dev/mapper/luks-*; do cryptsetup luksClose $i >/dev/null 2>&1 done