File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
+ FLATCAR_SUBTYPE="dev"
5
+
4
6
# full debug info is way to big to fit into our 1GB /usr partitions.
5
7
INSTALL_MASK="${INSTALL_MASK}
6
8
/usr/lib/debug
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
+ FLATCAR_TYPE="generic"
5
+
4
6
USE="acpi usb cryptsetup policykit"
5
7
USE="${USE} -cros_host -expat -cairo -X -man"
6
8
USE="${USE} -acl -gpm -python"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
+ FLATCAR_SUBTYPE="prod"
5
+
4
6
# Restrictive mask for production images.
5
7
INSTALL_MASK="${INSTALL_MASK}
6
8
*.a *.la *.hpp *.o
Original file line number Diff line number Diff line change
1
+ FLATCAR_TYPE="sdk"
2
+
1
3
USE="cros_host expat man -pam"
2
4
3
5
# Used by some old goo in profiles/coreos/base/profile.bashrc
You can’t perform that action at this time.
0 commit comments