mirror of
https://github.com/ovh/the-bastion.git
synced 2024-12-27 01:56:24 +08:00
7 lines
147 B
Text
7 lines
147 B
Text
|
# This file will be sourced, IT MUST BE A VALID SHELL SCRIPT
|
||
|
#
|
||
|
DEV_ENCRYPTED=/dev/disk/by-id/dm-name-vg0-home
|
||
|
UNLOCKED_NAME=home
|
||
|
MOUNTPOINT=/home
|
||
|
|