The machines had DNS entries for each network port as FOO-p0 and -p1, with FOO
being an alias. This meant Debian installer picked up the -p0 name for the
volume group. DNS has been fixed so that the primary host name omits the -p0
suffix and therefore matches e.g. the xenuse and osstest naming.
}
if ( $ho->{Flags}{'need-uboot-bootscr'} ) {
- my $vg = "$ho->{Name}-p0"; # host name is p0
+ my $vg = "$ho->{Name}";
$vg =~ s/-/--/g; # Escape the dashes
my $root="/dev/mapper/$vg-root";