I can see grub going:
"disabling lvm, dmraid, mdraid"
Now if I want to add them to /etc/dracut.conf
# Dracut modules to omit
#omit_dracutmodules+=""
is it
omit_dracutmodules+="luks lvm dmraid mdraid plymouth"
or
omit_dracutmodules+="luks,lvm,dm,md,plymouth"
I hope will make for a lighter initramfs,
along with "hostonly"
--
Regards,
Frank
"Jack of all, fubars"
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
02-20-2012, 05:45 PM
Rick Stevens
Dracut unloadedunneeded modulesdrivers
On 02/20/2012 10:41 AM, Frank Murphy wrote:
This is some of what's in /etc/grub2.cfg
rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 rd.plymouth=0
I can see grub going:
"disabling lvm, dmraid, mdraid"
Now if I want to add them to /etc/dracut.conf
# Dracut modules to omit
#omit_dracutmodules+=""
is it
omit_dracutmodules+="luks lvm dmraid mdraid plymouth"
or
omit_dracutmodules+="luks,lvm,dm,md,plymouth"
I hope will make for a lighter initramfs,
along with "hostonly"
From "man dracut.conf":
omit_dracutmodules+=" <dracut modules> "
Omit a space-separated list of dracut modules.
So your first choice is the correct one (space separated).
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital ricks@alldigital.com -
- AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 -
- -
- Life: That which happens while you search for the remote control. -
----------------------------------------------------------------------
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
02-20-2012, 05:48 PM
Frank Murphy
Dracut unloadedunneeded modulesdrivers
On 20/02/12 18:45, Rick Stevens wrote:
From "man dracut.conf":
omit_dracutmodules+=" <dracut modules> "
Omit a space-separated list of dracut modules.
So your first choice is the correct one (space separated).
I missed that,
however would it be "dm" or "dmraid"
--
Regards,
Frank
"Jack of all, fubars"
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
02-20-2012, 06:55 PM
Rick Stevens
Dracut unloadedunneeded modulesdrivers
On 02/20/2012 10:48 AM, Frank Murphy wrote:
On 20/02/12 18:45, Rick Stevens wrote:
From "man dracut.conf":
omit_dracutmodules+=" <dracut modules> "
Omit a space-separated list of dracut modules.
So your first choice is the correct one (space separated).
I missed that,
however would it be "dm" or "dmraid"
My guess is "dmraid" if you're not using software RAID. If you're using
any other device mapper stuff, then you surely want to keep the dm module.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital ricks@alldigital.com -
- AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 -
- -
- "Men occasionally stumble over the truth, but most of them pick" -
- themselves up and hurry off as if nothing had happened." -
- -- Winston Churchill -
----------------------------------------------------------------------
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org