Skip to content

Commit 758cd0e

Browse files
committed
Fix xattr messages
1 parent c6e99ef commit 758cd0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_files/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ EOF
128128

129129
# Rebuild initramfs to include Plymouth theme
130130
# This is required for the theme to be available during early boot
131-
# --no-xattr: Container filesystems don't support xattrs, suppress warnings
131+
# Note: xattr warnings during build are harmless (container fs limitation)
132132
echo "Rebuilding initramfs with Plymouth theme..."
133-
dracut --force --regenerate-all --no-xattr
133+
dracut --force --regenerate-all 2>&1 | grep -v "Failed to copy xattr"
134134

135135
echo "Hypercube Plymouth theme installed successfully"
136136
fi

0 commit comments

Comments
 (0)