golden hour
/usr/lib/dracut/modules.d/98ecryptfs
⬆️ Go Up
Upload
File/Folder
Size
Actions
README
2.29 KB
Del
OK
ecryptfs-mount.sh
2.7 KB
Del
OK
module-setup.sh
280 B
Del
OK
Edit: module-setup.sh
#!/usr/bin/bash # called by dracut check() { return 255 } # called by dracut depends() { echo masterkey return 0 } # called by dracut installkernel() { instmods ecryptfs } # called by dracut install() { inst_hook pre-pivot 63 "$moddir/ecryptfs-mount.sh" }
Save