D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
lib
/
dracut
/
modules.d
/
90crypt
/
Filename :
crypt-cleanup.sh
back
Copy
#!/bin/sh # close everything which is not busy rm -f -- /etc/udev/rules.d/70-luks.rules >/dev/null 2>&1 if ! getarg rd.luks.uuid -d rd_LUKS_UUID >/dev/null 2>&1 && getargbool 1 rd.luks -d -n rd_NO_LUKS >/dev/null 2>&1; then while true; do local do_break="y" for i in /dev/mapper/luks-*; do cryptsetup luksClose $i >/dev/null 2>&1 && do_break=n done [ "$do_break" = "y" ] && break done fi
Name
Size
Last Modified
Owner
Permissions
Actions
crypt-cleanup.sh
0.432
KB
October 08 2018 1:38:33
root
0755
crypt-lib.sh
7.472
KB
October 08 2018 1:38:33
root
0755
crypt-run-generator.sh
0.752
KB
October 08 2018 1:38:33
root
0755
cryptroot-ask.sh
4.756
KB
October 08 2018 1:38:33
root
0755
module-setup.sh
4.605
KB
April 06 2024 1:22:06
root
0755
parse-crypt.sh
6.97
KB
October 08 2018 1:38:33
root
0755
parse-keydev.sh
1.345
KB
October 08 2018 1:38:33
root
0755
probe-keydev.sh
0.373
KB
October 08 2018 1:38:33
root
0755
2017 © D7net | D704T team