switched to spinner plymouth theme
All checks were successful
build-os / build-image (push) Successful in 10m40s
All checks were successful
build-os / build-image (push) Successful in 10m40s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user