diff --git a/kiss-vm b/kiss-vm index 2e7ae25..9961f81 100755 --- a/kiss-vm +++ b/kiss-vm @@ -3610,7 +3610,7 @@ if [[ "$InstallType" = location ]]; then echo "[\$USER@\${HOSTNAME} \${HOME} \$(pwd)] getting taskfetch tools and brew-install $BPKGS ..." (cd /usr/bin && curl -k -Ls --remote-name-all $bkrClientImprovedUrl/utils/{brewinstall.sh,taskfetch.sh} && chmod +x brewinstall.sh taskfetch.sh) - taskfetch.sh --install-deps & brewinstall.sh $(for b in $BPKGS; do echo -n "'$b' "; done) -noreboot + nohup taskfetch.sh --install-deps &>/dev/null & brewinstall.sh $(for b in $BPKGS; do echo -n "'$b' "; done) -noreboot echo "[\$USER@\${HOSTNAME} \${HOME} \$(pwd)] systemctl start restraintd ..." yum --setopt=strict=0 install -y restraint-rhts beakerlib && systemctl start restraintd diff --git a/utils/cloud-init-iso-gen.sh b/utils/cloud-init-iso-gen.sh index 78a0da8..3be9897 100755 --- a/utils/cloud-init-iso-gen.sh +++ b/utils/cloud-init-iso-gen.sh @@ -145,7 +145,7 @@ if [[ $Intranet = yes ]]; then cat </dev/null & brewinstall.sh $(for b in $BPKGS; do echo -n "'$b' "; done) -noreboot; } - _rpath=share/restraint/plugins/task_run.d - command -v yum && { yum --setopt=strict=0 install -y restraint-rhts beakerlib && systemctl start restraintd;