mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 19:11:20 +02:00
maint(profiles): Merge usr profile back into generic target.
coreos/amd64/usr remains as an alias to coreos/amd64/generic for now.
This commit is contained in:
parent
fe0019e5f3
commit
7af2b92c29
@ -1,4 +1 @@
|
|||||||
..
|
:coreos/amd64/generic
|
||||||
portage-stable:arch/amd64/no-multilib
|
|
||||||
portage-stable:features/64bit-native
|
|
||||||
:coreos/targets/usr
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# We don't do multilib.
|
|
||||||
-multilib
|
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
USE="cros-debug acpi usb pam"
|
USE="cros-debug acpi usb symlink-usr -pam"
|
||||||
USE="${USE} -cros_host -expat -pic -pie -cairo -X"
|
USE="${USE} -cros_host -expat -pic -pie -cairo -X"
|
||||||
USE="${USE} -acl -cracklib -gpm -ipv6 -openmp -python -sha512"
|
USE="${USE} -acl -cracklib -gpm -ipv6 -openmp -python -sha512"
|
||||||
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
||||||
@ -49,6 +49,3 @@ PROD_INSTALL_MASK="${PROD_INSTALL_MASK}
|
|||||||
PROD_INSTALL_MASK="${PROD_INSTALL_MASK}
|
PROD_INSTALL_MASK="${PROD_INSTALL_MASK}
|
||||||
/etc/sudoers
|
/etc/sudoers
|
||||||
"
|
"
|
||||||
|
|
||||||
# No suffix for 'generic' (use base, not base-usr)
|
|
||||||
COREOS_DISK_LAYOUT_SUFFIX=""
|
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
# Enable tweaks to install everything under /usr
|
|
||||||
USE="symlink-usr"
|
|
||||||
|
|
||||||
# Currently we have no particular need for pam and it is the biggest
|
|
||||||
# thing we have left in /etc. Disable for now, we can revisit later.
|
|
||||||
USE="${USE} -pam"
|
|
||||||
|
|
||||||
# Append -usr to disk layout names (use base-usr, not base)
|
|
||||||
COREOS_DISK_LAYOUT_SUFFIX="-usr"
|
|
@ -1 +0,0 @@
|
|||||||
:coreos/targets/generic
|
|
Loading…
x
Reference in New Issue
Block a user