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.79 KB
Del
OK
module-setup.sh
310 B
Del
OK
Edit: module-setup.sh
#!/bin/bash # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh check() { return 255 } depends() { echo masterkey return 0 } installkernel() { instmods ecryptfs } install() { inst_hook pre-pivot 63 "$moddir/ecryptfs-mount.sh" }
Save