https://bugzilla.suse.com/show_bug.cgi?id=1183425 https://bugzilla.suse.com/show_bug.cgi?id=1183425#c45 --- Comment #45 from Gerald Pfeifer <gp@suse.com> --- sudo cat /etc/dracut.conf # PUT YOUR CONFIG IN separate files # in /etc/dracut.conf.d named "<name>.conf" # SEE man dracut.conf(5) for options And for bonus points, I also ran `more /etc/dracut.conf.d/*` :::::::::::::: /etc/dracut.conf.d/99-debug.conf :::::::::::::: # Below adds additional tools to the initrd which are not urgently necessary to # bring up the system, but help to debug problems. # See /usr/lib/dracut/modules.d/95debug/module-setup.sh which additional tools # are installed and add more if you need them. This specifically helps if you # use: # rd.break=[cmdline|pre-udev|pre-trigger|initqueue|pre-mount| # mount|pre-pivot|cleanup] # boot parameter or if you are forced to enter the dracut emergency shell. # add_dracutmodules+=debug :::::::::::::: /etc/dracut.conf.d/ostree.conf :::::::::::::: # Copyright (C) 2013 Colin Walters <walters@verbum.org> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. add_dracutmodules+=" ostree systemd " reproducible=yes -- You are receiving this mail because: You are on the CC list for the bug.