]> git.ipfire.org Git - thirdparty/dracut.git/commit
mkinitrd-dracut.sh: Enhance param parsing: Allow multiple arguments per param
authorThomas Renninger <trenn@suse.de>
Fri, 27 Sep 2013 18:18:56 +0000 (20:18 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 4 Oct 2013 11:56:41 +0000 (13:56 +0200)
commit6470e0a12b005e1f122b17d207739b3664965aae
treecb5aebff303dd024f3b2bacff249b20123461bf7
parentda5ef1737e6e3d3d6972df364d0d07e584394474
mkinitrd-dracut.sh: Enhance param parsing: Allow multiple arguments per param

Currently --with parameter had to be passed as: --with="mod1 mod2".
Now one can pass: --with "mod1 mod2" or even --with mod1 mod2.

Signed-off-by: Thomas Renninger <trenn@suse.de>
mkinitrd-dracut.sh