From: Harald Hoyer Date: Wed, 6 Mar 2013 16:27:07 +0000 (+0100) Subject: dracut.conf.d/fedora.conf.example: turn off rd.auto X-Git-Tag: 026~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348baca3e401f2526b0f936cb172874f4bbe9dcd;p=thirdparty%2Fdracut.git dracut.conf.d/fedora.conf.example: turn off rd.auto realinitpath is not needed anymore for systemd >= 198 --- diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example index 487be797e..c541d74de 100644 --- a/dracut.conf.d/fedora.conf.example +++ b/dracut.conf.d/fedora.conf.example @@ -10,6 +10,3 @@ systemdutildir=/usr/lib/systemd systemdsystemunitdir=/usr/lib/systemd/system udevdir=/usr/lib/udev add_dracutmodules+=" systemd " -realinitpath="/usr/lib/systemd/systemd" -kernel_cmdline+=" rd.auto=1 " -