diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 06:29:09 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 06:29:09 +0200 |
commit | 2c3f1522274c09f7cfdb6309adc0719f05c188e9 (patch) | |
tree | e54e0c26f581543f48e945f186734e4bd9a8f15a /kickstart/autocd/build.sh | |
parent | 8af0865a3a3ef783b36016c17598adc9d932981d (diff) | |
download | ands-2c3f1522274c09f7cfdb6309adc0719f05c188e9.tar.gz ands-2c3f1522274c09f7cfdb6309adc0719f05c188e9.tar.bz2 ands-2c3f1522274c09f7cfdb6309adc0719f05c188e9.tar.xz ands-2c3f1522274c09f7cfdb6309adc0719f05c188e9.zip |
Update monitoring scripts to track leftover OpenVSwitch 'veth' interfaces and clean them up pereodically to avoid performance degradation, split kickstart
Diffstat (limited to 'kickstart/autocd/build.sh')
-rwxr-xr-x | kickstart/autocd/build.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kickstart/autocd/build.sh b/kickstart/autocd/build.sh deleted file mode 100755 index 289b4e2..0000000 --- a/kickstart/autocd/build.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -if [ -n "bootcd/isolinux" ]; then - echo "1) Copy content of official CentOS boot CD to bootcd directory" - echo "2) Replace files provided in 'isolinux' directory" - exit -fi - -( - cd bootcd - chmod 664 isolinux/isolinux.bin - - rm -f ../centos74-ands.iso - mkisofs -o ../centos74-ands.iso -b isolinux/isolinux.bin -c boot.cat -no-emul-boot -V 'CentOS 7 x86_64' -boot-load-size 4 -boot-info-table -R -J -v -T . -) - -scp centos74-ands.iso root@192.168.26.134:/virtual/images/ |