--- UUID.pm.orig 2014-06-16 11:25:30.334009447 -0700 +++ UUID.pm 2014-06-16 11:23:37.520571563 -0700 @@ -12,7 +12,7 @@ $uuid = `dmidecode -s system-uuid`; chomp($uuid); - $uuid =~ s/^#+\s+$//g; + $uuid =~ s/^#[^\n]*\n//msg; $common->setHardware({ UUID => $uuid,