Bug#621499: xen-tools: disk_device is checked to match tty* or hvc* pattern.

2011-04-07 Thread Axel Beckert
tag 621499 + fixed-upstream confirmed kthxbye Wiebe Cazemier wrote: > Tags: patch > > 1556,1557c1556,1557 > < check => qr/^(?:\/dev\/)?(?:tty|hvc)[0-9]+$/, > < message => "must be a disk device (tty*, hvc*).\n", > --- > > check => qr/^(?:\/dev\/)?(?:xvda|sd

Bug#621499: xen-tools: disk_device is checked to match tty* or hvc* pattern.

2011-04-07 Thread Wiebe Cazemier
Package: xen-tools Version: 4.2-1 Severity: normal Tags: patch 1556,1557c1556,1557 < check => qr/^(?:\/dev\/)?(?:tty|hvc)[0-9]+$/, < message => "must be a disk device (tty*, hvc*).\n", --- > check => qr/^(?:\/dev\/)?(?:xvda|sda|hda)$/, > message