mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
This completes the init and mtd_init recognization .. added single.
This commit is contained in:
parent
967df903ea
commit
ecc03b1980
@ -1806,8 +1806,9 @@ sub uml_box {
|
|||||||
$init =~ s/\'//g;
|
$init =~ s/\'//g;
|
||||||
$init =~ s/\///;
|
$init =~ s/\///;
|
||||||
}
|
}
|
||||||
elsif ( m,\s+([0-9A-CS]{1}), ) {
|
elsif ( m,\s+([0-9A-CS]{1})|\s+(single), ) {
|
||||||
$init = $1;
|
$init = $1 if $1;
|
||||||
|
$init = $2 if $2;
|
||||||
chomp $init;
|
chomp $init;
|
||||||
$init = "sbin/init " . $init;
|
$init = "sbin/init " . $init;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user