We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e99ef commit 758cd0eCopy full SHA for 758cd0e
build_files/build.sh
@@ -128,9 +128,9 @@ EOF
128
129
# Rebuild initramfs to include Plymouth theme
130
# This is required for the theme to be available during early boot
131
- # --no-xattr: Container filesystems don't support xattrs, suppress warnings
+ # Note: xattr warnings during build are harmless (container fs limitation)
132
echo "Rebuilding initramfs with Plymouth theme..."
133
- dracut --force --regenerate-all --no-xattr
+ dracut --force --regenerate-all 2>&1 | grep -v "Failed to copy xattr"
134
135
echo "Hypercube Plymouth theme installed successfully"
136
fi
0 commit comments