clean import file #4
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
e147f2cee5
commit
258d7fc92e
2 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. ./lib/metadata.sh
|
|
||||||
|
|
||||||
function config_kvm {
|
function config_kvm {
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
vim \
|
vim \
|
||||||
|
|
@ -40,6 +38,6 @@ function config_kvm {
|
||||||
brctl addbr br-public
|
brctl addbr br-public
|
||||||
brctl stp "br-public" off
|
brctl stp "br-public" off
|
||||||
ip link set up dev "br-public"
|
ip link set up dev "br-public"
|
||||||
|
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
}
|
}
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
. ./lib/numbers.sh
|
. ./lib/numbers.sh
|
||||||
. ./lib/colors.sh
|
. ./lib/colors.sh
|
||||||
. ./lib/db.sh
|
. ./lib/db.sh
|
||||||
. ./lib/metadata.sh
|
|
||||||
. ./lib/public_ip.sh
|
. ./lib/public_ip.sh
|
||||||
|
|
||||||
function check_qemu_exist {
|
function check_qemu_exist {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue