Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix virtio download #7

Merged
merged 2 commits into from Sep 20, 2015
Merged

fix virtio download #7

merged 2 commits into from Sep 20, 2015

Conversation

gcb
Copy link
Contributor

@gcb gcb commented Sep 16, 2015

No description provided.

# RH now have a package
if [ -e "/usr/share/virtio-win/virtio-win.iso" ]; then
echo "Using ISO from virtio-win package."
ln -s /usr/share/virtio-win/virtio-win.iso ./virtio-win.iso;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This symlink seems messy, you could just set CDIMAGE to point straight at the ISO file, and combine this with the outer if statement.

lentinj added a commit that referenced this pull request Sep 20, 2015
@lentinj lentinj merged commit 9e560ce into lentinj:master Sep 20, 2015
@lentinj
Copy link
Owner

lentinj commented Sep 20, 2015

Thanks! I can noodle around with the above later, at least this way master will work again :)

@gcb
Copy link
Contributor Author

gcb commented Sep 21, 2015

thanks for looking into the pr. my reasoning for the link was to keep the
flow predictable for people using custom files in the old location. (i do
use mostly xp so i have one ISO without the newer windows drivers so i
don't have to manually select the xp driver every time)

@lentinj
Copy link
Owner

lentinj commented Sep 29, 2015

Okay, good to know. Hopefully af97559 preserves this, and keeps working when your iso is called virtio-win-0.1-81.iso, e.g.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants