mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
Merge pull request #293 from marineam/switch-usr
feat(profiles): Add coreos/amd64/usr profile.
This commit is contained in:
commit
6d719f9d03
4
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/usr/parent
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/usr/parent
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
..
|
||||||
|
portage-stable:arch/amd64/no-multilib
|
||||||
|
portage-stable:features/64bit-native
|
||||||
|
:coreos/targets/usr
|
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/usr/use.force
vendored
Normal file
2
sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/usr/use.force
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# We don't do multilib.
|
||||||
|
-multilib
|
@ -36,3 +36,6 @@ PROD_INSTALL_MASK="${INSTALL_MASK}
|
|||||||
/usr/share/readline
|
/usr/share/readline
|
||||||
/usr/src
|
/usr/src
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# No suffix for 'generic' (use base, not base-usr)
|
||||||
|
COREOS_DISK_LAYOUT_SUFFIX=""
|
||||||
|
8
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/usr/make.defaults
vendored
Normal file
8
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/usr/make.defaults
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# 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"
|
||||||
|
|
||||||
|
# Append -usr to disk layout names (use base-usr, not base)
|
||||||
|
COREOS_DISK_LAYOUT_SUFFIX="-usr"
|
1
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/usr/parent
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/usr/parent
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
:coreos/targets/generic
|
Loading…
x
Reference in New Issue
Block a user