| USE="" |
| |
| # Enable VMware virtualization support |
| USE="${USE} vmware_guest" |
| |
| # Enable VT console |
| USE="${USE} vtconsole" |
| |
| # Disable update_engine |
| USE="${USE} -update_engine" |
| |
| # Disable crash_reporting |
| USE="${USE} -crash_reporting" |
| |
| # Enable writable /opt partition |
| USE="${USE} writable_opt" |
| |
| # Enable platform vsphere related change |
| USE="${USE} platform_vsphere" |
| |
| # Enable predictable interface name |
| USE="${USE} predictable-interface-name" |
| |
| # Disable systemd-network-wait-online via --any option |
| USE="${USE} -networkd-wait-online" |
| |
| # Disable cri-tools |
| USE="${USE} -cri_tools" |
| |
| # Disable kubernetes |
| USE="${USE} -kubernetes" |
| |
| # Disable iputils-arping |
| USE="${USE} -iputils_arping" |
| |
| # Disable npd |
| USE="${USE} -npd" |
| |
| # Enable the default cos user |
| USE="${USE} default_cos_user" |