Skip to content

Commit 39b774f

Browse files
authored
Merge pull request #50 from mkumatag/remove-ibm-repo
Remove ibm repos
2 parents 44871d3 + 15ef6fa commit 39b774f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/image/qcow2ova/prep/templates.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ echo {{ .RootPasswd }} | passwd root --stdin
6060
subscription-manager unregister
6161
subscription-manager clean
6262
{{end}}
63+
64+
# Remove the ibm repositories used for the rsct installation
65+
rpm -e ibm-power-repo-latest.noarch
66+
6367
mv /etc/resolv.conf.orig /etc/resolv.conf | true
6468
touch /.autorelabel`
6569

0 commit comments

Comments
 (0)