Browse Source

Before device_table was popping off the first value assuming it was $mnt,

but this is no longer necessary, so this has been removed so that all devices
are made.
master
freesource 23 years ago
parent
commit
edf75d6081
  1. 1
      BootRoot/Yard.pm

1
BootRoot/Yard.pm

@ -1712,7 +1712,6 @@ sub yard_glob {
sub device_table {
my ( @devices ) = @_;
my $mnt = shift @devices;
my $error;

Loading…
Cancel
Save