Skip to content

Instantly share code, notes, and snippets.

@goneri
Created September 1, 2016 17:46
Show Gist options
  • Save goneri/c7d1b7441121efd995e35b1453f322ed to your computer and use it in GitHub Desktop.
Save goneri/c7d1b7441121efd995e35b1453f322ed to your computer and use it in GitHub Desktop.
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