Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
JR Dalrymple
/
kvm
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c03372a7
authored
Apr 03, 2016
by
JR Dalrymple
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added script to create virtio-win pool
parent
f4b4572d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
build-scripts/virtio-win.sh
+7
-0
xml templates/virtio-win_pool.xml
+12
-0
No files found.
build-scripts/virtio-win.sh
0 → 100755
View file @
c03372a7
#!/bin/bash
yum
-y
install wget
wget https://fedorapeople.org/groups/virt/virtio-win/virtio-win.repo
-O
/etc/yum.repos.d/virtio-win.repo
yum
-y
install virtio-win
virsh pool-define ../xml
\
templates/virtio-win_pool.xml
virsh pool-autostart virtio-win
virsh pool-start virtio-win
xml templates/virtio-win_pool.xml
0 → 100644
View file @
c03372a7
<pool
type=
'dir'
>
<name>
virtio-win
</name>
<target>
<path>
/usr/share/virtio-win
</path>
<permissions>
<mode>
0755
</mode>
<owner>
0
</owner>
<group>
0
</group>
</permissions>
</target>
</pool>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment