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
143d07a4
Commit
143d07a4
authored
Nov 28, 2016
by
Francesc Guasch
Browse files
Mint domains don't work, left for later
parent
7eb400c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/xml/sarah-amd64.xml
deleted
100644 → 0
View file @
7eb400c0
<domain
type=
'kvm'
>
<name>
Sarah64
</name>
<uuid>
1805fb4f-ca45-a946-efbf-94124e760400
</uuid>
<memory
unit=
'KiB'
>
1048576
</memory>
<currentMemory
unit=
'KiB'
>
1048576
</currentMemory>
<vcpu
placement=
'static'
>
1
</vcpu>
<os>
<type
arch=
'x86_64'
machine=
'pc-i440fx-sarah'
>
hvm
</type>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock
offset=
'utc'
/>
<on_poweroff>
destroy
</on_poweroff>
<on_reboot>
restart
</on_reboot>
<on_crash>
restart
</on_crash>
<devices>
<emulator>
/usr/bin/kvm-spice
</emulator>
<disk
type=
'file'
device=
'disk'
>
<driver
name=
'qemu'
type=
'raw'
/>
<source
file=
'/var/lib/libvirt/images/sarah64.img'
/>
<target
dev=
'vda'
bus=
'virtio'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x05'
function=
'0x0'
/>
<boot
order=
'1'
/>
</disk>
<disk
type=
'file'
device=
'cdrom'
>
<driver
name=
'qemu'
type=
'raw'
/>
<source
file=
'/var/lib/libvirt/images/ubuntu-16.04-desktop-amd64.iso'
/>
<target
dev=
'hdc'
bus=
'ide'
/>
<readonly/>
<address
type=
'drive'
controller=
'0'
bus=
'1'
target=
'0'
unit=
'0'
/>
<boot
order=
'2'
/>
</disk>
<controller
type=
'usb'
index=
'0'
>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x01'
function=
'0x2'
/>
</controller>
<controller
type=
'pci'
index=
'0'
model=
'pci-root'
/>
<controller
type=
'ide'
index=
'0'
>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x01'
function=
'0x1'
/>
</controller>
<interface
type=
'network'
>
<mac
address=
'52:54:00:a7:49:36'
/>
<source
network=
'default'
/>
<model
type=
'virtio'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x03'
function=
'0x0'
/>
</interface>
<serial
type=
'pty'
>
<target
port=
'0'
/>
</serial>
<console
type=
'pty'
>
<target
type=
'serial'
port=
'0'
/>
</console>
<input
type=
'mouse'
bus=
'ps2'
/>
<input
type=
'keyboard'
bus=
'ps2'
/>
<graphics
type=
'spice'
autoport=
'yes'
listen=
'10.1.36.68'
>
<listen
type=
'address'
address=
'10.1.36.68'
/>
<image
compression=
'auto_glz'
/>
<jpeg
compression=
'auto'
/>
<zlib
compression=
'auto'
/>
<playback
compression=
'on'
/>
<streaming
mode=
'filter'
/>
</graphics>
<sound
model=
'ich6'
>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x04'
function=
'0x0'
/>
</sound>
<video>
<model
type=
'qxl'
ram=
'65536'
vram=
'65536'
vgamem=
'16384'
heads=
'1'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x02'
function=
'0x0'
/>
</video>
<redirdev
bus=
'usb'
type=
'spicevmc'
>
</redirdev>
<memballoon
model=
'virtio'
>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x06'
function=
'0x0'
/>
</memballoon>
</devices>
</domain>
sql/data/insert_iso_images.sql
View file @
143d07a4
...
...
@@ -58,22 +58,3 @@ VALUES('Ubuntu Yakkety Yak 64 bits',' Ubuntu 16.10 Yakkety Yak 64 bits'
,
'http://releases.ubuntu.com/16.10/ubuntu-16.10-desktop-amd64.iso'
,
'3f50877c05121f7fd8544bef2d722824'
);
INSERT
INTO
iso_images
(
name
,
description
,
arch
,
xml
,
xml_volume
,
url
,
md5
)
VALUES
(
"Mint/Mate 18 - 64 bits"
,
"Linux Mint Mate 18 (Sarah) 64 bits"
,
'amd64'
,
'sarah-amd64.xml'
,
'sarah64-volume.xml'
,
'http://mirrors.evowise.com/linuxmint/stable/18/linuxmint-18-mate-64bit.iso'
,
'629d138d03ae594d403df0cd2502d26c'
);
INSERT
INTO
iso_images
(
name
,
description
,
arch
,
xml
,
xml_volume
,
url
,
md5
)
VALUES
(
"Mint/Mate 18 - 32 bits"
,
"Linux Mint Mate 18 (Sarah) 32 bits"
,
'i386'
,
'sarah-i386.xml'
,
'sarah-volume.xml'
,
'http://mirrors.evowise.com/linuxmint/stable/18/linuxmint-18-mate-32bit.iso'
,
'b5b804b0cfb7c91a90ea97e038007f07'
);
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