commit | 8bd9890e94627bc1ef372085e64dda7f9e307e82 | [log] [tgz] |
---|---|---|
author | Arnaud Patard <apatard@mandriva.com> | Fri Sep 19 20:16:25 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Sun Oct 12 08:07:44 2008 -0700 |
tree | a5dbda1d8e78a4471b2fe2b20699e52cd8addcae | |
parent | 709790a9aafe424785dd02bcb31b0dddb4ef59e4 [diff] |
fastboot: Fix bootgraph.pl initcall name regexp The regexp used to match the start and the end of an initcall are matching only on [a-zA-Z\_]. This rules out initcalls with a number in them. This patch is fixing that. Signed-off-by: Arnaud Patard <apatard@mandriva.com>