This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# ubuntu 14.04 cryptsetup luks suspend/resume root partition sleep activation | |
# | |
source=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) # install script folder | |
target=/run/pm-crypto # chroot environment folder | |
bind_list="/dev /proc /sys /run" # special system mounts |