-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small fixes #1751
Small fixes #1751
Conversation
Debian tmux seems to set TERM=tmux-256color, not TERM=screen. This causes issues when ssh-ing into flatcar from tmux. Copy the screen terminfo files as the tmux ones, they should be mostly compatible. Tmux terminfo files are removed because of USE=minimal, but I don't see a way to hook into the ebuild and prevent the removal easily. Signed-off-by: Jeremi Piotrowski <[email protected]>
Speeds things up a bit. Signed-off-by: Jeremi Piotrowski <[email protected]>
Build action triggered: https://github.com/flatcar/scripts/actions/runs/8299167753 |
Mksquashfs running against a btrfs filesystem tries to capture btrfs specific xattrs (btrfs.compression) generating a lot of spam. Remove the spam by ignoring btrfs xattrs. Signed-off-by: Jeremi Piotrowski <[email protected]>
Signed-off-by: Jeremi Piotrowski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pothos added two more commits (silence xattr spam in cpio build and add --pull always
). Can you take another look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Build passed, merging. |
Small fixes
./build_image
by using lbzip2 instead of bzip2 when decompressing gcc.tbz2How to use
[ describe what reviewers need to do in order to validate this PR ]
Testing done
[Describe the testing you have done before submitting this PR. Please include both the commands you issued as well as the output you got.]
changelog/
directory (user-facing change, bug fix, security fix, update)/boot
and/usr
size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.