ACIL FM
Dark
Refresh
Current DIR:
/lib/dracut/modules.d/90crypt
/
lib
dracut
modules.d
90crypt
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
crypt-cleanup.sh
452 B
chmod
View
DL
Edit
Rename
Delete
crypt-lib.sh
7.98 MB
chmod
View
DL
Edit
Rename
Delete
crypt-run-generator.sh
804 B
chmod
View
DL
Edit
Rename
Delete
cryptroot-ask.sh
5.46 MB
chmod
View
DL
Edit
Rename
Delete
module-setup.sh
6.23 MB
chmod
View
DL
Edit
Rename
Delete
parse-crypt.sh
7.9 MB
chmod
View
DL
Edit
Rename
Delete
parse-keydev.sh
1.35 MB
chmod
View
DL
Edit
Rename
Delete
probe-keydev.sh
383 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/dracut/modules.d/90crypt/crypt-run-generator.sh
#!/usr/bin/sh . /lib/dracut-lib.sh type crypttab_contains > /dev/null 2>&1 || . /lib/dracut-crypt-lib.sh dev=$1 luks=$2 crypttab_contains "$luks" "$dev" && exit 0 allowdiscards="-" # parse for allow-discards if [ -n "$DRACUT_SYSTEMD" ] || strstr "$(cryptsetup --help)" "allow-discards"; then if discarduuids=$(getargs "rd.luks.allow-discards"); then discarduuids=$(str_replace "$discarduuids" 'luks-' '') if strstr " $discarduuids " " ${luks##luks-}"; then allowdiscards="discard" fi elif getargbool 0 rd.luks.allow-discards; then allowdiscards="discard" fi fi echo "$luks $dev - timeout=0,$allowdiscards" >> /etc/crypttab if command -v systemctl > /dev/null; then systemctl daemon-reload systemctl start cryptsetup.target fi exit 0
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply