OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
initramfs-tools
/
scripts
/
local-premount
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:20 AM
rwxr-xr-x
📄
btrfs
270 bytes
03/12/2018 11:04:27 PM
rwxr-xr-x
📄
fixrtc
3.73 KB
03/18/2021 06:48:17 PM
rwxr-xr-x
📄
ntfs_3g
226 bytes
11/01/2022 11:57:16 AM
rwxr-xr-x
📄
resume
1.05 KB
03/18/2021 06:48:17 PM
rwxr-xr-x
Editing: ntfs_3g
Close
#!/bin/sh set -e case "${1}" in prereqs) exit 0 ;; esac if [ "${ROOTFSTYPE}" = ntfs ] || [ "${ROOTFSTYPE}" = ntfs-3g ] || \ [ "${LOOPFSTYPE}" = ntfs ] || [ "${LOOPFSTYPE}" = ntfs-3g ] then modprobe fuse fi exit 0