switched to spinner plymouth theme
All checks were successful
build-os / build-image (push) Successful in 10m40s

This commit is contained in:
2026-03-21 16:05:32 -05:00
parent ebeb2adb92
commit cfdab09123
3 changed files with 16 additions and 15 deletions

View File

@@ -12,24 +12,25 @@ COPY branding/neko_logo_outline.png /usr/share/pixmaps/fedora-logo-small.png
COPY branding/neko_logo.png /usr/share/pixmaps/fedora_whitelogo_med.png
COPY branding/logo.png system-logo-white.png
COPY branding/logo.png fedora-logo-sprite.png
COPY branding/plymouth.script /usr/share/plymouth/themes/neko/neko.script
#COPY branding/plymouth.script /usr/share/plymouth/themes/neko/neko.script
COPY branding/neko_watermark.png /usr/share/plymouth/themes/spinner/watermark.png
COPY files/neko-initramfs-firstboot.service /usr/lib/systemd/system/neko-initramfs-firstboot.service
RUN mkdir -p /usr/share/plymouth/themes/neko && \
printf '%s\n' \
"[Plymouth Theme]" \
"Name=neko" \
"Description=neko system boot splash" \
"ModuleName=script" \
\
"[script]" \
"ImageDir=/usr/share/plymouth/themes/neko" \
"ScriptFile=/usr/share/plymouth/themes/neko/neko.script" \
> /usr/share/plymouth/themes/neko/neko.plymouth
#RUN mkdir -p /usr/share/plymouth/themes/neko && \
# printf '%s\n' \
# "[Plymouth Theme]" \
# "Name=neko" \
# "Description=neko system boot splash" \
# "ModuleName=script" \
# \
# "[script]" \
# "ImageDir=/usr/share/plymouth/themes/neko" \
# "ScriptFile=/usr/share/plymouth/themes/neko/neko.script" \
# > /usr/share/plymouth/themes/neko/neko.plymouth
RUN dnf install -y plymouth-plugin-script && \
dnf clean all && \
plymouth-set-default-theme neko
#RUN dnf install -y plymouth-plugin-script && \
# dnf clean all && \
# plymouth-set-default-theme neko
RUN systemctl enable neko-initramfs-firstboot.service

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
branding/neko_watermark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB