From b96aae6780f45302a557b1ff00b280a7bea460a8 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 5 Jun 2019 18:15:34 +0200 Subject: [PATCH] Fix forgotten values --- doc/toolchain/vm-creation.md | 4 ++-- lxc-apps/seeddms/install.sh | 2 +- lxc-apps/seeddms/uninstall.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/toolchain/vm-creation.md b/doc/toolchain/vm-creation.md index 47edaa5..674cb33 100644 --- a/doc/toolchain/vm-creation.md +++ b/doc/toolchain/vm-creation.md @@ -21,7 +21,7 @@ ifup eth0 # Download and launch the setup script wget repo.spotter.cz/vm.sh -sh _vm.sh +sh vm.sh ``` The script will perform installation and configuration of Alpine linux, LXC and the whole VMMgr platform. Virtual machine is protected by LUKS-on-LVM disk encryption. The encryption password, which is simultaneously also a password for VMMgr web administration interface, will be asked for at the beginning of the script execution. Root access is disabled. @@ -56,7 +56,7 @@ Spotter-Cluster/build/install-toolchain.sh There are 3 distinct packaging systems. -1. Just a plain tar for basic OS setup used by `_vm.sh` installation script. +1. Just a plain tar for basic OS setup used by `vm.sh` installation script. 2. [Abuild](abuild) for the native Alpine linux packages (APK) used for ACME client and VMMgr packaging. 3. [`lxc-build`](lxc-build) / [`lxc-pack`](lxc-pack) for LXC container building and packaging. diff --git a/lxc-apps/seeddms/install.sh b/lxc-apps/seeddms/install.sh index 1ee55b0..aa91696 100755 --- a/lxc-apps/seeddms/install.sh +++ b/lxc-apps/seeddms/install.sh @@ -27,7 +27,7 @@ envsubst