diff options
| author | 2025-03-01 08:30:02 -0500 | |
|---|---|---|
| committer | 2025-03-01 08:30:02 -0500 | |
| commit | 0e959df19b7264b354221313c87fd0b704d94738 (patch) | |
| tree | e8d7466c8ec75bc9519f9a0c052fbc0ac40aa96d | |
| parent | 832be6c09825486a3d6ea8cc9a5e001a59e114f3 (diff) | |
| download | kiwi-descriptions-0e959df19b7264b354221313c87fd0b704d94738.tar.gz kiwi-descriptions-0e959df19b7264b354221313c87fd0b704d94738.zip | |
config.sh: Drop unnecessary initrd rebuild logic for SoaS
The initramfs is built after config.sh is run anyway.
| -rwxr-xr-x | config.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -289,11 +289,8 @@ Sugar on a Stick EOF cat /etc/fedora-release >> /boot/olpc_build -# Rebuild initrd for Sugar boot screen -- TODO: Switch to kiwi declarative stanza -KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n') +# Set the default Plymouth theme to the Sugar Desktop one /usr/sbin/plymouth-set-default-theme sugar -sed -i -r 's/(omit_dracutmodules\+\=.*) plymouth (.*)/\1 \2/' /etc/dracut.conf.d/99-liveos.conf -dracut --force-add plymouth -N -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION # Fix https://bugzilla.redhat.com/show_bug.cgi?id=2239137 cat > /etc/xdg/autostart/xfce-polkit.desktop <<EOF |