mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46:58 +02:00
Merge pull request #160 from polvi/usr-locale
usr(locale): delete local and lvm stuff that is not needed
This commit is contained in:
commit
7f5cb154d4
@ -38,6 +38,9 @@ setup_prod_image() {
|
||||
sudo rm ${root_fs_dir}/etc/gentoo-release
|
||||
sudo rm -rf ${root_fs_dir}/var/db/pkg
|
||||
sudo rm ${root_fs_dir}/var/db/Makefile
|
||||
sudo rm ${root_fs_dir}/etc/locale.gen
|
||||
sudo rm -rf ${root_fs_dir}/etc/lvm/
|
||||
|
||||
# clear them out explicitly, so this fails if something else gets dropped
|
||||
# into xinetd.d
|
||||
sudo rm ${root_fs_dir}/etc/xinetd.d/rsyncd
|
||||
|
Loading…
Reference in New Issue
Block a user