forked from vyos/vyos-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneric-arm64.toml
More file actions
74 lines (71 loc) · 1.5 KB
/
Copy pathgeneric-arm64.toml
File metadata and controls
74 lines (71 loc) · 1.5 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Generic (aka "universal") ISO image
image_format = "iso"
[[includes_chroot]]
path = "opt/vyatta/etc/config.boot.default"
data = '''
interfaces {
loopback lo {
}
}
service {
ntp {
allow-client {
address "127.0.0.0/8"
address "169.254.0.0/16"
address "10.0.0.0/8"
address "172.16.0.0/12"
address "192.168.0.0/16"
address "::1/128"
address "fe80::/10"
address "fc00::/7"
}
server time1.vyos.net {
}
server time2.vyos.net {
}
server time3.vyos.net {
}
}
}
system {
config-management {
commit-revisions "100"
}
console {
device ttyAMA0 {
speed "115200"
}
}
host-name "vyos"
login {
operator-group default {
command-policy {
allow "*"
}
}
user vyos {
authentication {
encrypted-password "$6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/"
plaintext-password ""
}
}
}
option {
reboot-on-upgrade-failure 5
}
syslog {
local {
facility all {
level "info"
}
facility local7 {
level "debug"
}
}
}
}
'''
[boot_settings]
console_type = "ttyAMA"
console_num = '0'
console_speed = "115200"