Skip to content

Commit de2f30e

Browse files
committed
Remove packages from container and remove filter on xars for now
1 parent 758cd0e commit de2f30e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Containerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
55
FROM scratch AS ctx
66
COPY build_files /
7-
COPY packages /packages
87
COPY branding /branding
98

109
# Base Image

build_files/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ EOF
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"
136136
fi

0 commit comments

Comments
 (0)