OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
initramfs-tools
/
scripts
/
local-block
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:20 AM
rwxr-xr-x
📄
cryptroot
238 bytes
08/03/2020 09:28:48 PM
rwxr-xr-x
📄
lvm2
689 bytes
01/23/2020 03:45:10 PM
rwxr-xr-x
📄
mdadm
1.18 KB
01/14/2020 07:10:59 PM
rwxr-xr-x
Editing: cryptroot
Close
#!/bin/sh PREREQ="" prereqs() { echo $PREREQ } case $1 in # get pre-requisites prereqs) prereqs exit 0 ;; esac if [ -x /scripts/local-top/cryptroot ]; then touch "/run/cryptroot.local-block" exec /scripts/local-top/cryptroot fi