File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ARG BASE_IMAGE=ghcr.io/ublue-os/bluefin-dx:stable-daily
44# Allow build scripts to be referenced without being copied into the final image
55FROM scratch AS ctx
66COPY build_files /
7- COPY packages /packages
87COPY branding /branding
98
109# Base Image
Original file line number Diff line number Diff line change 130130 # This is required for the theme to be available during early boot
131131 # Note: xattr warnings during build are harmless (container fs limitation)
132132 echo " Rebuilding initramfs with Plymouth theme..."
133- dracut --force --regenerate-all 2>&1 | grep -v " Failed to copy xattr "
133+ dracut --force --regenerate-all
134134
135135 echo " Hypercube Plymouth theme installed successfully"
136136fi
You can’t perform that action at this time.
0 commit comments