HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/usr/share/initramfs-tools/scripts/local-bottom/
Upload File :
Current File : //proc/thread-self/root/usr/share/initramfs-tools/scripts/local-bottom/cryptroot
#!/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"