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
| #!/bin/bash | |
| # | |
| # INSTRUCTIONS | |
| # | |
| # 1. Place this script at /etc/libvirt/hooks/qemu | |
| # 2. Make it executable: $ sudo chmod +x /etc/libvirt/hooks/qemu | |
| # 3. Add your forwarding rules at the bottom of this file | |
| # 4. Restart the VM, or restart the libvirtd service | |
| # | |
| # Author: Ryan Cole |
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
| # What is this? | |
| # | |
| # A script to assist with setting up a multi-version upgrade via OpenUpgrade | |
| # | |
| # | |
| # Why do we need it? | |
| # | |
| # Cloning all of the repos, gathering config files, etc is tedious and error-prone | |
| # | |
| # |
OlderNewer