]> git.ipfire.org Git - thirdparty/dracut.git/commit
Fix parsing of "-i" and "--include" 339/head
authorFabian Vogt <fvogt@suse.com>
Mon, 21 Sep 2015 13:15:07 +0000 (15:15 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Mon, 8 Jan 2018 09:43:46 +0000 (10:43 +0100)
commitdcacd2b072c301a51c114256e8bb696346879a2b
treef656242ee7fcf1bc93f191c6496c9b54eaf03cbc
parent43634c2469a33c80c235f9bfe254002c6bea5448
Fix parsing of "-i" and "--include"

- dracut replaced every instance of "-i" in the cmdline,
  even if it was part of a kernel image name, e.g. "vmlinuz-i"
- Fixes boo#908452

Signed-off-by: Fabian Vogt <fvogt@suse.com>
Adjusted to not support "dracut -ifoo bar", as this breaks expected
upstream behavior.
dracut.sh