hostonly option --- https://www.pld-linux.org/packages/dracut?rev=1399199392 +++ https://www.pld-linux.org/packages/dracut @@ -3,2 +3,12 @@ [[wp>Dracut (initramfs)|Dracut]] is an event-driven [[wp>initramfs]] infrastructure. ''dracut'' (the tool) is used to create an initramfs image by copying tools and files from an installed system and combining it with the dracut framework, usually found in ''/usr/lib/dracut/modules.d''. + + ===== Building smaller image ===== + + By default Dracut builds big initrd because ... + to build smaller initrd, add to your dracut config: + + <code bash /etc/dracut.conf> + # build initrd only to boot current hardware + hostonly="yes" + </code>
Diff URL: https://www.pld-linux.org/packages/dracut?do=diff&r1=1399199392&r2=1399199406 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
