File Manager

Current Path : /usr/share/initramfs-tools/hooks/
Upload File :
Current File : //usr/share/initramfs-tools/hooks/fuse

#!/bin/sh

set -e

PREREQ=""

prereqs () {
	echo "${PREREQ}"
}

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

. /usr/share/initramfs-tools/hook-functions

copy_exec /sbin/mount.fuse3 /sbin

manual_add_modules fuse

exit 0

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com