OXIESEC PANEL
- Current Dir:
/
/
etc
/
grub.d
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
00_header
9.81 KB
03/18/2019 04:11:57 PM
rwxr-xr-x
📄
05_debian_theme
6.11 KB
03/18/2019 04:11:57 PM
rwxr-xr-x
📄
10_linux
12.51 KB
02/24/2021 07:47:47 PM
rwxr-xr-x
📄
20_linux_xen
11.03 KB
03/18/2019 04:11:57 PM
rwxr-xr-x
📄
30_os-prober
11.78 KB
03/18/2019 04:11:57 PM
rwxr-xr-x
📄
30_uefi-firmware
1.38 KB
03/18/2019 04:11:57 PM
rwxr-xr-x
📄
40_custom
214 bytes
03/18/2019 04:11:57 PM
rwxr-xr-x
📄
41_custom
216 bytes
03/18/2019 04:11:57 PM
rwxr-xr-x
📄
README
483 bytes
03/18/2019 04:11:57 PM
rw-r--r--
Editing: 41_custom
Close
#!/bin/sh cat <<EOF if [ -f \${config_directory}/custom.cfg ]; then source \${config_directory}/custom.cfg elif [ -z "\${config_directory}" -a -f \$prefix/custom.cfg ]; then source \$prefix/custom.cfg; fi EOF