Re: [PATCH] lsinird: Adding option "-m|--mod" to list dracut modules in the image

2014-07-03 Thread Harald Hoyer
On 02.06.2014 12:57, Hari Bathini wrote: > This patch adds option "-m|--mod" to lsinitrd to list dracut > modules in the image because sometimes having an option to > only list the dracut modules in the image could be handy. > > Sample output: > -- >

[PATCH] lsinird: Adding option "-m|--mod" to list dracut modules in the image

2014-06-02 Thread Hari Bathini
This patch adds option "-m|--mod" to lsinitrd to list dracut modules in the image because sometimes having an option to only list the dracut modules in the image could be handy. Sample output: -- [hbathini@localhost dracut]$ sudo ./lsinitrd.sh initramfs-3.11.10-100.fc18.

Re: [PATCH v3 0/4] new dracut modules

2011-08-11 Thread Harald Hoyer
On 08.07.2011 14:10, Roberto Sassu wrote: > Hi all > > i'm reposting the patch set which allows to mount the securityfs filesystem > from the initial ramdisk and introduces three new modules: masterkey, > integrity and ecryptfs. > > Changelog from version v2: > * masterkey: added MULTIKERNELMODE

Re: [PATCH v3 0/4] new dracut modules

2011-07-08 Thread Mimi Zohar
On Fri, 2011-07-08 at 14:10 +0200, Roberto Sassu wrote: > Hi all > > i'm reposting the patch set which allows to mount the securityfs filesystem > from the initial ramdisk and introduces three new modules: masterkey, > integrity and ecryptfs. > > Changelog from version v2: > * masterkey: added MU

[PATCH v3 0/4] new dracut modules

2011-07-08 Thread Roberto Sassu
Hi all i'm reposting the patch set which allows to mount the securityfs filesystem from the initial ramdisk and introduces three new modules: masterkey, integrity and ecryptfs. Changelog from version v2: * masterkey: added MULTIKERNELMODE configuration variable; * {masterkey,integrity, ecryptfs}:

Re: [PATCH v2 0/4] new dracut modules

2011-07-07 Thread Roberto Sassu
On Thursday, July 07, 2011 04:42:11 PM Mimi Zohar wrote: > On Thu, 2011-07-07 at 16:14 +0200, Roberto Sassu wrote: > > On Thursday, July 07, 2011 03:53:22 PM Mimi Zohar wrote: > > > On Tue, 2011-07-05 at 18:23 +0200, Roberto Sassu wrote: > > > > Hi all > > > > > > > > this patch set introduces thr

Re: [PATCH v2 0/4] new dracut modules

2011-07-07 Thread Mimi Zohar
On Thu, 2011-07-07 at 16:14 +0200, Roberto Sassu wrote: > On Thursday, July 07, 2011 03:53:22 PM Mimi Zohar wrote: > > On Tue, 2011-07-05 at 18:23 +0200, Roberto Sassu wrote: > > > Hi all > > > > > > this patch set introduces three new modules (masterkey, integrity and > > > ecryptfs) and allows t

Re: [PATCH v2 0/4] new dracut modules

2011-07-07 Thread Roberto Sassu
On Thursday, July 07, 2011 03:53:22 PM Mimi Zohar wrote: > On Tue, 2011-07-05 at 18:23 +0200, Roberto Sassu wrote: > > Hi all > > > > this patch set introduces three new modules (masterkey, integrity and > > ecryptfs) and allows to mount the securityfs filesystem from the initial > > ramdisk. > >

Re: [PATCH v2 0/4] new dracut modules

2011-07-07 Thread Mimi Zohar
On Tue, 2011-07-05 at 18:23 +0200, Roberto Sassu wrote: > Hi all > > this patch set introduces three new modules (masterkey, integrity and > ecryptfs) and allows to mount the securityfs filesystem from the initial > ramdisk. > > These patches are based upon the first version sent by Mimi Zohar, w

Re: [PATCH v2 0/4] new dracut modules

2011-07-07 Thread Harald Hoyer
and allows to mount the securityfs filesystem from the initial >>> ramdisk. >>> >>> These patches are based upon the first version sent by Mimi Zohar, which >>> can be retrieved at the address: >>> >>> http://article.gmane.org/gmane.linux.ke

Re: [PATCH v2 0/4] new dracut modules

2011-07-07 Thread Roberto Sassu
> > ramdisk. > > > > These patches are based upon the first version sent by Mimi Zohar, which > > can be retrieved at the address: > > > > http://article.gmane.org/gmane.linux.kernel.initramfs/1910 > > > > Roberto Sassu > > > > Why d

Re: [PATCH v2 0/4] new dracut modules

2011-07-07 Thread Harald Hoyer
Zohar, which > can be retrieved at the address: > > http://article.gmane.org/gmane.linux.kernel.initramfs/1910 > > Roberto Sassu > Why did you split it into three dracut modules? Personally, I would put it into one single module. -- To unsubscribe from this list: send the line

[PATCH v2 0/4] new dracut modules

2011-07-05 Thread Roberto Sassu
Hi all this patch set introduces three new modules (masterkey, integrity and ecryptfs) and allows to mount the securityfs filesystem from the initial ramdisk. These patches are based upon the first version sent by Mimi Zohar, which can be retrieved at the address: http://article.gmane.org/gmane.

Re: dracut modules

2010-06-25 Thread Harald Hoyer
On 06/25/2010 03:53 PM, Dave Stone wrote: One other question when using rdloaddriver= at what stage of boot process does this driver gets loaded? In the beginning, before udev is started. Regards, -Dave -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of

Re: dracut modules

2010-06-25 Thread Dave Stone
Harald Hoyer writes: > > On 06/24/2010 02:38 PM, Dave Stone wrote: > > Hi everyone. Are there any documents describing how to add new modules > > to /usr/share/dracut/modules.d? I have looked at what is available with RHEL6 > > Beta 1 version. I would need to insert my own drivers before lvm

Re: dracut modules

2010-06-25 Thread Harald Hoyer
On 06/24/2010 02:38 PM, Dave Stone wrote: Hi everyone. Are there any documents describing how to add new modules to /usr/share/dracut/modules.d? I have looked at what is available with RHEL6 Beta 1 version. I would need to insert my own drivers before lvm. Thanks in advance for your help. -Da

Re: dracut modules

2010-06-24 Thread Amadeusz Żołnowski
Dave Stone : > Hi everyone. Are there any documents describing how to add new > modules to /usr/share/dracut/modules.d? I have looked at what is > available with RHEL6 Beta 1 version. I would need to insert my own > drivers before lvm. Thanks in advance for your help. Yes, there's README.modu

dracut modules

2010-06-24 Thread Dave Stone
Hi everyone. Are there any documents describing how to add new modules to /usr/share/dracut/modules.d? I have looked at what is available with RHEL6 Beta 1 version. I would need to insert my own drivers before lvm. Thanks in advance for your help. -Dave -- To unsubscribe from this list: send

Re: Is there any guide for the users to create dracut modules?

2010-06-09 Thread Min Jun,Xi
Thank you, Amadeusz. I have found the README files in the git repository. :) 2010/6/10 Amadeusz Żołnowski : > Minjun Xi : >> Hi, I am trying to create my own dracut modules, but i can't find any >> documents to tell me how to Create it. I want to know the meaning of >>

Re: Is there any guide for the users to create dracut modules?

2010-06-09 Thread Amadeusz Żołnowski
Minjun Xi : > Hi, I am trying to create my own dracut modules, but i can't find any > documents to tell me how to Create it. I want to know the meaning of > inst , inst_hook and many other terms in dracut, anyone can help me? In README.modules there're general guidelines. Look

Is there any guide for the users to create dracut modules?

2010-06-09 Thread Minjun Xi
Hi, I am trying to create my own dracut modules, but i can't find any documents to tell me how to Create it. I want to know the meaning of inst , inst_hook and many other terms in dracut, anyone can help me? Thank you -- Best regards, Min Jun, Xi -- To unsubscribe from this list: sen

[PATCH 4/4] Add a README.modules that describes how dracut modules work.

2009-05-22 Thread Victor Lowther
functionality that dracut implements are actually implemented +by dracut modules. Dracut modules live in modules.d, and have the following +structure: + +dracut_install_dir/modules.d/ + 00modname/ + install + check + + +00modname: The name of the module prefixed

[PATCH RFC 1/3] Create a self-contained structure for dracut modules

2009-02-26 Thread Victor Lowther
All modules now live in a subdirectory /modules.d. Each module is self-contained -- it should contain everything that it will install on the initrd. All modules must include a script named install, which will be sourced by dracut. This script should do the actual file installation using inst met