mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
fix(build_image): Exclude libc locales and info pages.
This commit is contained in:
parent
e15457054a
commit
be2926d8a3
@ -168,6 +168,8 @@ create_base_image() {
|
||||
'*.[ao]'
|
||||
# Empty lib dirs, replaced by symlinks
|
||||
'lib'
|
||||
# Locales and info pages
|
||||
usr/share/{i18n,info,locale}
|
||||
)
|
||||
lbzip2 -dc "${LIBC_PATH}" | \
|
||||
sudo tar xpf - -C "${root_fs_dir}" ./usr/${CHOST} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user