Created
September 1, 2016 17:46
-
-
Save goneri/c7d1b7441121efd995e35b1453f322ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LIBGUESTFS_BACKEND=direct virt-customize -v -x --add overcloud-full.qcow2 --run-command 'subscription-manager register --username="foo" --password="bar"' --run-command 'subscription-manager attach --auto' --run-command "subscription-manager repos '--disable=*' --enable=rhel-7-server-rpms" --update --run-command 'subscription-manager remove --all' --run-command 'subscription-manager unregister' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment