Brad Bishop | 5a3ac18 | 2020-01-07 09:03:18 -0500 | [diff] [blame] | 1 | option( |
| 2 | 'first-boot-set-mac', type: 'feature', description: 'Set MAC address on first boot.', |
| 3 | ) |
Brad Bishop | 403e263 | 2020-01-07 09:44:35 -0500 | [diff] [blame] | 4 | option( |
| 5 | 'first-boot-set-hostname', type: 'feature', description: 'Set hostname on first boot.', |
| 6 | ) |
Milton Miller | 10aac14 | 2020-04-04 00:58:17 +0000 | [diff] [blame] | 7 | option( |
| 8 | 'http-redirect', type: 'feature', description: 'Redirect http traffic to https.', |
| 9 | ) |
Lei YU | 52aed33 | 2020-05-28 11:08:17 +0800 | [diff] [blame] | 10 | option( |
| 11 | 'usb-ctrl', type: 'feature', description: 'Control USB gadget devices', |
| 12 | ) |