mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
profiles: disable portage xattr on all architectures
Upstream has enabled the xattr flag globally which should be fine except we don't need it for portage.
This commit is contained in:
parent
39940dad6f
commit
4f266084bd
@ -1,2 +0,0 @@
|
||||
# Do not force this flag, we don't need XATTR_PAX
|
||||
sys-apps/portage -xattr
|
@ -1,6 +1,3 @@
|
||||
# Do not force this flag, we don't need XATTR_PAX
|
||||
sys-apps/portage -xattr
|
||||
|
||||
sys-auth/polkit -introspection
|
||||
sys-apps/systemd -introspection
|
||||
sys-fs/udev-init-scripts -introspection
|
||||
|
@ -79,3 +79,5 @@ dev-cpp/glog gflags
|
||||
# enable rpc for rpc.rquotad
|
||||
sys-fs/quota rpc
|
||||
|
||||
# Don't bother building portage w/xattr, we don't need XATTR_PAX
|
||||
sys-apps/portage -xattr
|
||||
|
@ -1,2 +1,5 @@
|
||||
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Do not force this flag, we don't need XATTR_PAX
|
||||
sys-apps/portage -xattr
|
||||
|
Loading…
x
Reference in New Issue
Block a user