[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] generate module-info on the fly
- From: HARA Hiroshi <hhara miraclelinux com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] generate module-info on the fly
- Date: Wed, 01 Aug 2007 18:29:47 +0900
Hi,
It's a COOL and useful tool.
by the way, I have a question about module format.
according to module-info comment, this format is the
following.
# |<module-name>
# | <module-type> [<module-alias>]
# | "<description-string>"
# | <argument> "<argument-description-string>" ["<match-regex>"
["<default>"]]
# |# <comment>
but attached scripts does not take care of "<argument>".
actually I've never used "<argument>", so I do not know
it will be used in next version and for what.
thank you,
Bill Nottingham wrote:
> The attached patch generates the module-info file on the fly from the module
> lists in the kernel, so we don't need to keep updating a static file any
> more.
>
> Requires the kernel spec changes at:
> https://www.redhat.com/archives/fedora-kernel-list/2007-July/msg00109.html
>
> Caveats:
> 1) module descriptions are read from the modules themselves. Ergo, they may be
> horribly ugly and inconsistent
> 2) it's possible this will miss a module or two in its initial incarnation
>
> loader2/Makefile | 1 -
> scripts/mk-images | 8 +++++---
> utils/Makefile | 1 +
> utils/genmodinfo | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 60 insertions(+), 4 deletions(-)
>
> Bill
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list redhat com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]