diff --git a/doc/ariane.md b/doc/ariane.md index e10404c..9fd1b50 100644 --- a/doc/ariane.md +++ b/doc/ariane.md @@ -166,6 +166,16 @@ mdadm --misc --detail /dev/md0 echo check > /sys/block/md0/md/sync_action watch -n 0.1 cat /proc/mdstat ``` +## Start System +```shell +zfs_mount.sh mount # Enter Passphrase +# start all LXC containers +``` +## Reboot System +```shell +# stop all LXC containers +zfs_mount.sh reboot +``` ## Shutdown System ```shell # stop all LXC containers diff --git a/roles/common b/roles/common index 32cb76a..e124771 160000 --- a/roles/common +++ b/roles/common @@ -1 +1 @@ -Subproject commit 32cb76a1d5eed1ec5a983325f7193298913ff333 +Subproject commit e124771d06615560d827b1baf7feb6a616a8dca4