From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Soltys Subject: Re: Making fsck optional Date: Fri, 30 Sep 2011 12:55:07 +0200 Message-ID: <4E85A00B.50203@ziu.info> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: WANG Cong Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org I'll prep patches to make it all configurable, essentially: in config file: fscks - list exact program names you want installed nofscks - to inhibit installation of any such programs The latter option takes precedence over the first one and from commandline: --fscks [LIST] - additional programs to install --nofscks - inhibit similar precedence as in config (option names subject to change ;) If the fsck_helpers list is empty and nofsck is not set, dracut will opportunistically try to install any helper it might need, otherwise it will limit itself to only specified programs, or to none at all.