mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-07 17:07:58 +08:00
Package selection
This commit is contained in:
parent
370f696be2
commit
0cf3037655
@ -80,9 +80,9 @@ function installPackages {
|
|||||||
BASE=$(basename "$filename" .spk)
|
BASE=$(basename "$filename" .spk)
|
||||||
BASE="${BASE%%-*}"
|
BASE="${BASE%%-*}"
|
||||||
|
|
||||||
[[ $BASE == "ScsiTarget"]] && continue
|
[[ $BASE == "ScsiTarget" ]] && continue
|
||||||
[[ $BASE == "DhcpServer"]] && continue
|
[[ $BASE == "DhcpServer" ]] && continue
|
||||||
[[ $BASE == "ActiveInsight"]] && continue
|
[[ $BASE == "ActiveInsight" ]] && continue
|
||||||
|
|
||||||
echo "$HEADER: Installing package ${BASE}.."
|
echo "$HEADER: Installing package ${BASE}.."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user