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 : 3.15.17.137


Current Path : /proc/self/root/usr/share/initramfs-tools/hooks/
Upload File :
Current File : //proc/self/root/usr/share/initramfs-tools/hooks/cloud-initramfs-dyn-netconf

#!/bin/sh
set -e

PREREQS=""
case $1 in
    prereqs) echo "${PREREQS}"; exit 0;;
esac

exit 0

# vi: ts=4 noexpandtab