From 5dc7194a626e2f226d3e40499b74c8cb80c19463 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sun, 19 Mar 2023 13:49:57 -0400 Subject: [PATCH] Whitespace and documentation updates. --- deployment/help.txt | 3 ++- install.sh | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deployment/help.txt b/deployment/help.txt index 0bba020..0b777a1 100644 --- a/deployment/help.txt +++ b/deployment/help.txt @@ -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). diff --git a/install.sh b/install.sh index 71e91ae..2d09e31 100755 --- a/install.sh +++ b/install.sh @@ -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