mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
feat(profiles): Set proper mask in dev and prod sub-profiles.
This commit is contained in:
parent
9295ea0344
commit
eff108a898
@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# full debug info is way to big to fit into our 1GB /usr partitions.
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/lib/debug
|
||||
"
|
@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# default to the full PROD_INSTALL_MASK
|
||||
# TODO: after transitioning that list will just be defined here.
|
||||
INSTALL_MASK="${PROD_INSTALL_MASK}"
|
Loading…
x
Reference in New Issue
Block a user