]> git.ipfire.org Git - thirdparty/dracut.git/commit
UEFI Mode: only write kernel cmdline to UEFI binary
authormwberry <mwberry@users.noreply.github.com>
Sun, 31 May 2020 00:55:35 +0000 (17:55 -0700)
committerDaniel Molkentin <daniel@molkentin.de>
Wed, 5 Aug 2020 16:30:44 +0000 (18:30 +0200)
commitfea53784adf3748a9f31964272a69b31c152d8cf
tree3d84d1db67e1bca7303d2785b82d96fcc7fec196
parentf84ad9e062519c43264f1a512227621b3bf1853b
UEFI Mode: only write kernel cmdline to UEFI binary

The kernel command line was being written both into
/etc/cmdline.d/01-default.conf and the UEFI executable.
During boot, getcmdline would concatenate these two
resulting in all arguments being duplicated. Some
args, such as ip=, are sensitive to the number of
times they are specified.
dracut.sh