diff --git a/Containerfile b/Containerfile index cc47d5d..bc72226 100644 --- a/Containerfile +++ b/Containerfile @@ -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 diff --git a/branding/neko_logo.png b/branding/neko_logo.png index c64a65c..5c0bd74 100644 Binary files a/branding/neko_logo.png and b/branding/neko_logo.png differ diff --git a/branding/neko_watermark.png b/branding/neko_watermark.png new file mode 100644 index 0000000..faa4f23 Binary files /dev/null and b/branding/neko_watermark.png differ