%PDF- %PDF-
Direktori : /proc/thread-self/root/proc/self/root/var/lib/dpkg/info/ |
Current File : //proc/thread-self/root/proc/self/root/var/lib/dpkg/info/cryptsetup.preinst |
#!/bin/sh set -e if [ "$1" = install ] && [ ! -f "/etc/crypttab" ]; then cat <<-EOC >/etc/crypttab # <target name> <source device> <key file> <options> EOC fi exit 0