diff options
author | dd <dd@wx.tnyzeq.icu> | 2024-06-06 18:00:12 +0200 |
---|---|---|
committer | dd <dd@wx.tnyzeq.icu> | 2024-06-06 18:00:12 +0200 |
commit | 9ec8f62f0e40f1d28fe3937bae91bb387a2851da (patch) | |
tree | 0650e4699a6dbd90214d834fee3d082570f9e45c /data | |
parent | 09b99537fe35586dc62b530e44fba2f5ec31b34a (diff) | |
parent | 26181773ef684701c0154b99ebea307e672d5f17 (diff) | |
download | vyos-build-9ec8f62f0e40f1d28fe3937bae91bb387a2851da.tar.gz vyos-build-9ec8f62f0e40f1d28fe3937bae91bb387a2851da.zip |
Merge branch vyos:current into current
Diffstat (limited to 'data')
-rw-r--r-- | data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default b/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default deleted file mode 100644 index d31892ba..00000000 --- a/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default +++ /dev/null @@ -1,52 +0,0 @@ -system { - host-name vyos - login { - user vyos { - authentication { - encrypted-password $6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/ - plaintext-password "" - } - } - } - syslog { - global { - facility all { - level info - } - facility protocols { - level debug - } - } - } - 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 { - } - } - console { - device ttyS0 { - speed 115200 - } - } - config-management { - commit-revisions 100 - } -} - -interfaces { - loopback lo { - } -} |