mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #846 from dm0-/paths
Drop some useless paths on prod images
This commit is contained in:
commit
ca1b785812
@ -94,6 +94,8 @@ 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
|
||||
|
||||
sudo mv ${root_fs_dir}/etc/profile.env \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user