]> git.ipfire.org Git - thirdparty/dracut.git/commit - dracut.sh
feat(dracut): support parallel execution with --parallel
authorMartin Wilck <mwilck@suse.com>
Thu, 9 Jun 2022 11:32:17 +0000 (13:32 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 17 Jun 2022 16:47:44 +0000 (16:47 +0000)
commit6d92326201014cde9ab04b90367017f875d3b991
tree283166f81e0dcd1d4af4d137b00c911affe13dcc
parentd9812fc4ae18a39c144140dd60cb03e16e0d2e06
feat(dracut): support parallel execution with --parallel

Add an option --parallel which can currently be used with
--regenerate-all. With --regenerate-all --parallel, dracut will be
run in parallel for all kernels found.

Also introduce a config file equivalent setting: parallel="yes".
Making this work requires moving the code block that handles --regenerate-all
behind the code block for reading the config files.

Signed-off-by: Martin Wilck <mwilck@suse.com>
dracut.sh
man/dracut.8.asc
man/dracut.conf.5.asc