From: Douglas Schilling Landgraf Date: Sun, 2 Jan 2011 18:53:55 +0000 (+0000) Subject: Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578) X-Git-Tag: 1.9.2~9 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=5cab0d6c807d8a3bf9690375c663d11a10e21656;hp=5cab0d6c807d8a3bf9690375c663d11a10e21656;p=libguestfs.git Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578) Hi, This is a purpose patch to avoid the message: unknown filesystem label SWAP-sda2. Instead of validate the label with 'eq', use '=~' and /$label/i. https://bugzilla.redhat.com/show_bug.cgi?id=666578 Thanks Douglas ---