mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
prod_image_util: Drop /usr/include
This should be covered by INSTALL_MASK, but it apparently gets confused by a symlink loop installed by json-c. Remove it here.
This commit is contained in:
parent
9adb659106
commit
23c5b018c6
@ -94,6 +94,7 @@ create_prod_image() {
|
||||
# clean-ups of things we do not need
|
||||
sudo rm ${root_fs_dir}/etc/csh.env
|
||||
sudo rm -rf ${root_fs_dir}/etc/env.d
|
||||
sudo rm -rf ${root_fs_dir}/usr/include
|
||||
sudo rm -rf ${root_fs_dir}/var/cache/edb
|
||||
sudo rm -rf ${root_fs_dir}/var/db/pkg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user