mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
sys-apps/baselayout: disable coreos-profile.sh on cros_host
This commit is contained in:
parent
db3b52c294
commit
c5728a06b0
@ -149,6 +149,8 @@ src_install() {
|
||||
if use cros_host; then
|
||||
# Provided by vim in the SDK
|
||||
rm -r "${D}"/etc/vim || die
|
||||
# Undesirable in the SDK
|
||||
rm "${D}"/etc/profile.d/coreos-profile.sh || die
|
||||
else
|
||||
# Don't install /etc/issue since it is handled by coreos-init right now
|
||||
rm "${D}"/etc/issue || die
|
||||
|
Loading…
x
Reference in New Issue
Block a user