#!/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
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cryptroot | File | 238 B | 0755 |
|
lvm2 | File | 689 B | 0755 |
|
mdadm | File | 1.18 KB | 0755 |
|