security-misc/etc/initramfs-tools/hooks/sysctl-initramfs
Patrick Schleizer 33114f771a
copyright
2024-12-31 13:26:21 -05:00

21 lines
335 B
Bash
Executable file

#!/bin/sh
## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
set -e
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
prereqs)
prereqs
exit 0
;;
esac
. /usr/share/initramfs-tools/hook-functions
copy_exec /usr/sbin/sysctl /usr/sbin