Browse Source

Improves the mtd_init regexp even more.

master
freesource 23 years ago
parent
commit
63dc15fe8e
  1. 2
      BootRoot/BootRoot.pm

2
BootRoot/BootRoot.pm

@ -1807,7 +1807,7 @@ sub uml_box {
}
# Find which runlevel or whether mtd_init is being used
if ( m,(mtd_init=[/\d\w\'\"-]+\s?\d?)"?, ) {
if ( m,(mtd_init=[/\d\w\'\"-]+\s?\d?)[\"\']?, ) {
$init = (split(/=/,$1))[1];
chomp $init;
$init =~ s/\"//g;

Loading…
Cancel
Save