Skip to content

Commit

Permalink
qa_crowbarsetup: ensure wget and nfs-client are installed
Browse files Browse the repository at this point in the history
we need it to download the product iso
and to mount repos from clouddata
  • Loading branch information
bmwiedemann committed Feb 21, 2017
1 parent b334f44 commit fe6e0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qa_crowbarsetup.sh
Expand Up @@ -1368,7 +1368,7 @@ EOF
add_suse_storage_repo
fi

ensure_packages_installed rsync netcat
ensure_packages_installed rsync netcat wget nfs-client

# setup cloud repos for tftpboot and zypper
onadmin_prepare_cloud_repos
Expand Down

0 comments on commit fe6e0a2

Please sign in to comment.