diff options
-rw-r--r-- | sys-boot/grub-config-redcore/files/grub | 2 | ||||
-rw-r--r-- | sys-boot/grub-config-redcore/grub-config-redcore-1708-r2.ebuild (renamed from sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild) | 0 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.8-r1708.ebuild (renamed from sys-boot/plymouth/plymouth-0.8.8-r4.ebuild) | 2 | ||||
-rw-r--r-- | sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r2.ebuild (renamed from sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r1.ebuild) | 0 | ||||
-rw-r--r-- | sys-kernel/dracut-config-redcore/files/redcore-dracut.conf | 4 | ||||
-rw-r--r-- | sys-kernel/dracut/dracut-044-r1708.ebuild | 6 |
6 files changed, 8 insertions, 6 deletions
diff --git a/sys-boot/grub-config-redcore/files/grub b/sys-boot/grub-config-redcore/files/grub index f0672aa3..bfa1bf27 100644 --- a/sys-boot/grub-config-redcore/files/grub +++ b/sys-boot/grub-config-redcore/files/grub @@ -19,7 +19,7 @@ GRUB_TIMEOUT="5" #GRUB_TIMEOUT_STYLE=menu # Append parameters to the linux kernel command line for non-recovery entries -GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=1 console=tty1 splash=silent,theme:default modprobe.blacklist=vboxvideo" +GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=1 splash modprobe.blacklist=vboxvideo" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console diff --git a/sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild b/sys-boot/grub-config-redcore/grub-config-redcore-1708-r2.ebuild index b40fa95e..b40fa95e 100644 --- a/sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild +++ b/sys-boot/grub-config-redcore/grub-config-redcore-1708-r2.ebuild diff --git a/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild b/sys-boot/plymouth/plymouth-0.8.8-r1708.ebuild index c22e80ac..3e120497 100644 --- a/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.8-r1708.ebuild @@ -56,7 +56,7 @@ src_configure() { --with-system-root-install=no --localstatedir=/var --without-rhgb-compat-link - --enable-systemd-integration + --disable-systemd-integration $(use_enable debug tracing) $(use_enable gtk gtk) $(use_enable libkms) diff --git a/sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r1.ebuild b/sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r2.ebuild index caae14ed..caae14ed 100644 --- a/sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r1.ebuild +++ b/sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r2.ebuild diff --git a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf index 7e1c53db..52c06970 100644 --- a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf +++ b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf @@ -5,7 +5,7 @@ hostonly="yes" early_microcode="yes" # Dracut modules to add when building the iniframfs -add_dracutmodules+=" drm " +add_dracutmodules+=" drm plymouth " # Dracut modules to ommit when building the initramfs. -omit_dracutmodules+=" plymouth systemd systemd-initrd systemd-networkd dracut-systemd " +omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd " diff --git a/sys-kernel/dracut/dracut-044-r1708.ebuild b/sys-kernel/dracut/dracut-044-r1708.ebuild index e242b33d..1ada35a7 100644 --- a/sys-kernel/dracut/dracut-044-r1708.ebuild +++ b/sys-kernel/dracut/dracut-044-r1708.ebuild @@ -12,16 +12,18 @@ SRC_URI="mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="debug selinux systemd +microcode" +IUSE="debug +microcode +plymouth selinux splash systemd" RESTRICT="test" CDEPEND="virtual/udev - systemd? ( >=sys-apps/systemd-199 ) microcode? ( sys-firmware/intel-microcode sys-kernel/linux-firmware ) + plymouth? ( sys-boot/plymouth ) + splash? (media-gfx/splashutils) + systemd? ( >=sys-apps/systemd-199 ) sys-kernel/dracut-config-redcore " RDEPEND="${CDEPEND} |