diff --git a/JeOS.kiwi b/JeOS.kiwi
index 779b624..61cfde8 100644
--- a/JeOS.kiwi
+++ b/JeOS.kiwi
@@ -29,7 +29,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet plymouth.enable=0 console=ttyS0,115200 console=tty0"
+ kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -62,7 +62,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet plymouth.enable=0 console=ttyS0,115200 console=tty0"
+ kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -94,7 +94,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet plymouth.enable=0 console=ttyS0,115200 console=tty0"
+ kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty0"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -129,7 +129,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet plymouth.enable=0 console=ttyS0,115200 console=tty0 net.ifnames=0"
+ kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty0 net.ifnames=0"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -151,7 +151,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet plymouth.enable=0 rootdelay=300 console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
+ kernelcmdline="quiet systemd.show_status=1 rootdelay=300 console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -185,7 +185,7 @@
bootloader="grub2"
firmware="uefi"
efipartsize="33"
- kernelcmdline="quiet plymouth.enable=0 rootdelay=300 console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
+ kernelcmdline="quiet systemd.show_status=1 rootdelay=300 console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
@@ -218,7 +218,7 @@
fsmountoptions="noatime,compress=lzo"
bootloader="grub2"
firmware="efi"
- kernelcmdline="quiet plymouth.enable=0 console=ttyS0,115200 console=tty"
+ kernelcmdline="quiet systemd.show_status=1 console=ttyS0,115200 console=tty"
bootpartition="false"
devicepersistency="by-uuid"
btrfs_quota_groups="true"
@@ -337,27 +337,31 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes
index cf5d001..56ed395 100644
--- a/kiwi-templates-JeOS.changes
+++ b/kiwi-templates-JeOS.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Tue Mar 9 15:44:50 UTC 2021 - Fabian Vogt
+
+- Add systemd.show_status=1 to the kernel cmdline (bsc#1183186)
+- Drop plymouth.enable=0, as suggested some time ago
+- Tumbleweed has openSUSE-release-appliance-* packages meanwhile
+- Add several packages to bootstrap to force zypper to pick the
+ right alternative
+- Drop udev from bootstrap, not needed
+
-------------------------------------------------------------------
Tue Feb 9 14:48:46 UTC 2021 - Nicolas Patricio Saenz Julienne