feat(profiles): Set proper mask in dev and prod sub-profiles.

This commit is contained in:
Michael Marineau 2014-06-12 15:15:56 -07:00
parent 9295ea0344
commit eff108a898
2 changed files with 13 additions and 0 deletions

View File

@ -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
"

View File

@ -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}"