# Copyright 2014 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
CHROMEOS_KERNEL_CONFIG="/mnt/host/source/src/overlays/overlay-variant-panther-embedded/panther_minimal.config" | |
USE="${USE} kernel-3_8 wireless34" | |
# Use pam so that sudo is pulled in properly. | |
USE="${USE} pam" | |
# Enable vt console so we can at least get a shell. | |
USE="${USE} vtconsole" |