Skip to content

Commit a1fe2a5

Browse files
committed
Remove cockpit releated packages
Since now there is no podman bundle creation so this is unused function.
1 parent 2fb4a2c commit a1fe2a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

createdisk-library.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@ function install_additional_packages() {
200200
fi
201201
}
202202

203-
function prepare_cockpit() {
204-
local vm_ip=$1
205-
206-
install_additional_packages ${vm_ip} cockpit-bridge cockpit-ws cockpit-podman
207-
}
208-
209203
function prepare_hyperV() {
210204
local vm_ip=$1
211205

0 commit comments

Comments
 (0)