0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.224.38.165


Current Path : /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
set +x
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...
rm -f "/run/cryptroot.local-block"
rm -f "/run/cryptroot.initrd.cnt"