#!/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"
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cryptopensc | File | 512 B | 0755 |
|
cryptroot | File | 275 B | 0755 |
|
iscsi | File | 833 B | 0755 |
|
mdadm | File | 46 B | 0755 |
|
ntfs_3g | File | 345 B | 0755 |
|