OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
initramfs-tools
/
scripts
/
local-bottom
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:20 AM
rwxr-xr-x
📄
cryptopensc
512 bytes
08/03/2020 09:28:48 PM
rwxr-xr-x
📄
cryptroot
275 bytes
08/03/2020 09:28:48 PM
rwxr-xr-x
📄
iscsi
833 bytes
04/06/2022 07:19:56 PM
rwxr-xr-x
📄
mdadm
46 bytes
01/14/2020 07:10:59 PM
rwxr-xr-x
📄
ntfs_3g
345 bytes
11/01/2022 11:57:16 AM
rwxr-xr-x
Editing: cryptroot
Close
#!/bin/sh set +x PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac # If we reached this stage, we do have a rootfs mounted # so let's clean-up cryptroot setup mess... rm -f "/run/cryptroot.local-block" rm -f "/run/cryptroot.initrd.cnt"