Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
88701af5
Commit
88701af5
authored
May 02, 2017
by
gmiranda
Committed by
GitHub
May 02, 2017
Browse files
Added device key in the sql insert query
parent
1d026e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/new_iso_image.md
View file @
88701af5
...
...
@@ -14,8 +14,8 @@ Get the md5 for the ISO file, you will need it for the next step:
Add an entry to the SQL table:
mysql> INSERT INTO iso_images (name, description, arch, xml, xml_volume, md5)
VALUES ('name','the description', 'i386', 'name.xml' ,'name-vol.xml','bbblamd5sumjustgenerated');
mysql> INSERT INTO iso_images (name, description, arch, xml, xml_volume, md5
, device
)
VALUES ('name','the description', 'i386', 'name.xml' ,'name-vol.xml','bbblamd5sumjustgenerated'
,'/var/lib/libvirt/images/file.iso'
);
## XML file
...
...
Write
Preview
Supports
Markdown
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