-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathconfig.yml
60 lines (52 loc) · 2.04 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
# Copyright (C) 2019 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause
# If omitted, the build script automatically sets the first
# three octets (x.x.x.1) by inspecting an arbitrary outbound IP route.
# This default behavior may not work if your network
# is not a /24, so make sure to specify here if needed.
# dhcp_range_minimum: 192.168.1.100
# dhcp_range_maximum: 192.168.1.250
# network_broadcast_ip: 192.168.1.255
# network_gateway_ip: 192.168.1.1
# If omitted, this is automatically determined
# host_ip: 192.168.1.11
# If omitted, defaults to 8.8.8.8
# Note that the primary DNS is always host_ip
# network_dns_primary: 8.8.4.4
# network_dns_secondary: 8.8.8.8
# Please make sure to define ALL of the variables below, even if they
# are empty. Otherwise, this application will not be configured properly.
profiles:
- git_remote_url: https://github.com/intel/rni-profile-base-clearlinux.git
profile_branch: slim
profile_base_branch: master
git_username: ""
git_token: ""
# This is the name that will be shown on the PXE menu (NOTE: No Spaces)
name: Clear_Linux
custom_git_arguments: --depth=1
- git_remote_url: https://github.com/intel/rni-profile-base-clearlinux.git
profile_branch: desktop
profile_base_branch: master
git_username: ""
git_token: ""
# This is the name that will be shown on the PXE menu (NOTE: No Spaces)
name: Clear_Linux_Desktop
custom_git_arguments: --depth=1
- git_remote_url: https://github.com/intel/rni-profile-base-ubuntu.git
profile_branch: slim
profile_base_branch: master
git_username: ""
git_token: ""
# This is the name that will be shown on the PXE menu (NOTE: No Spaces)
name: Ubuntu_20.04
custom_git_arguments: --depth=1
- git_remote_url: https://github.com/intel/rni-profile-base-ubuntu.git
profile_branch: desktop
profile_base_branch: master
git_username: ""
git_token: ""
# This is the name that will be shown on the PXE menu (NOTE: No Spaces)
name: Ubuntu_20.04_Desktop
custom_git_arguments: --depth=1