D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
initramfs-tools
/
scripts
/
local-bottom
/
Filename :
cryptroot
back
Copy
#!/bin/sh PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac # If we reached this stage, we do have a rootfs mounted # so let's clean-up cryptroot setup mess... [ -f /lib/cryptsetup/functions ] || return 0 . /lib/cryptsetup/functions rm -f -- "$CRYPTROOT_COUNT_FILE"