# Empty USE to allow the same form below in real assignments | |
USE="" | |
# Enable virtualization support for EC2 | |
USE="${USE} ec2_guest_net xen_guest" | |
# Disable update_engine | |
USE="${USE} -update_engine" | |
# Disable crash_reporting | |
USE="${USE} -crash_reporting" | |
# Enable AWS-specific settings | |
USE="${USE} platform_aws" | |
# Enable the default cos user | |
USE="${USE} default_cos_user" |