mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-03-10 12:58:25 +03:00
minor fixes for newer pve-storage versions
This commit is contained in:
parent
affd2f88ea
commit
a125592ce0
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=39
|
||||
PKGREL=40
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -748,7 +748,7 @@ sub verify_media_type {
|
||||
|
||||
my $etype;
|
||||
if ($media eq 'disk') {
|
||||
$etype = 'image';
|
||||
$etype = 'images';
|
||||
} elsif ($media eq 'cdrom') {
|
||||
$etype = 'iso';
|
||||
} else {
|
||||
|
@ -1,3 +1,9 @@
|
||||
qemu-server (2.0-40) unstable; urgency=low
|
||||
|
||||
* minor fixes for newer pve-storage versions
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 23 May 2012 07:23:31 +0200
|
||||
|
||||
qemu-server (2.0-39) unstable; urgency=low
|
||||
|
||||
* new startup option to define startup order.
|
||||
|
Loading…
x
Reference in New Issue
Block a user