1
1
Fork 1

Whitespace and documentation updates.

This commit is contained in:
Derek Smith 2023-03-19 13:49:57 -04:00
parent 1fdf96bfa2
commit 5dc7194a62
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,8 @@
You are in the Sovereign Stack Management Environment (SSME). From here, you can issue several commands:
ss-remote - Take a remote SSH endpoint under management of Sovereign Stack.
ss-deploy - Creates a deployment to your active LXD remote.
ss-deploy - Deploys Sovereign Stack instances to your currenty remote according to your
various remote.conf, project.conf, and site.conf files.
ss-show - show the lxd resources associated with the current remote.
ss-update - brings an existing deployment up to the newest version of Sovereign Stack.
ss-destroy - Destroys the active deployment (WARNING: destructive).

View File

@ -17,9 +17,6 @@ fi
# lxd resources. By default, we provision the disk under / as a loop device. Admin
# can override with CLI modifications.
DISK="rpool/lxd"
#DISK="/dev/sda1"
export DISK="$DISK"
# let's check to ensure the management machine is on the Baseline ubuntu