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:
> --
>
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.
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
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
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}:
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
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
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.
> >
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
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
> > 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
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
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.
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
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
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
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
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
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
>>
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
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
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
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
23 matches
Mail list logo