final_try
This commit is contained in:
parent
e24db48dd2
commit
9f57377892
3 changed files with 4 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
__!!!WORK IN PROGRESS, DO NOT USE!!!__
|
||||
|
||||
__Warning:__
|
||||
|
||||
Some names in the scripts (datasets, etc.) use the term "lxd". This script is a successor to the old usl-mm script, but it does not use LXD. All names associated with "lxd" are here purely for compatibility reasons.
|
||||
|
@ -12,9 +10,6 @@ script for easy bulk container migrate via SSH between instalations of usi-mm, i
|
|||
zfs-backup-mm-example-config ->
|
||||
example config for zfs-backup-mm script, that backup all running containers, except those with "testing" or "deluge "in container name.
|
||||
|
||||
setup-usi-mm_install_requirements ->
|
||||
install dialog utility
|
||||
|
||||
setup-usi-mm
|
||||
1. Pre-reboot script ->
|
||||
install zfs-utils,
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Installing dialog"
|
||||
apt update
|
||||
apt install dialog -y
|
||||
|
||||
pre_reboot_script () {
|
||||
|
||||
pass_var=$(dialog --passwordbox "Enter password to crypted partition for containers:" 25 25 --output-fd 1)
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
apt update
|
||||
apt install dialog -y
|
Loading…
Reference in a new issue