summaryrefslogtreecommitdiff
path: root/tools/cloud-init/PACKET/config.boot.default
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-07-10 11:51:04 +0200
committerGitHub <noreply@github.com>2021-07-10 11:51:04 +0200
commitd6eedb6e1b6427e548c6726a1703824918be24ba (patch)
tree427f3c2b0327295f526aebf7df375201b0ed346f /tools/cloud-init/PACKET/config.boot.default
parent0ba721e3f1c60be9fbb03b3c6e9867d795f5cfca (diff)
parent7afee1ae93a9055bb7af168d731ab8666f81ca93 (diff)
downloadvyos-build-d6eedb6e1b6427e548c6726a1703824918be24ba.tar.gz
vyos-build-d6eedb6e1b6427e548c6726a1703824918be24ba.zip
Merge pull request #175 from UnicronNL/current
T3664: Eliminate obsolete build flavours
Diffstat (limited to 'tools/cloud-init/PACKET/config.boot.default')
-rw-r--r--tools/cloud-init/PACKET/config.boot.default31
1 files changed, 0 insertions, 31 deletions
diff --git a/tools/cloud-init/PACKET/config.boot.default b/tools/cloud-init/PACKET/config.boot.default
deleted file mode 100644
index 1ceff6a3..00000000
--- a/tools/cloud-init/PACKET/config.boot.default
+++ /dev/null
@@ -1,31 +0,0 @@
-system {
- host-name vyos
- syslog {
- global {
- facility all {
- level info
- }
- facility protocols {
- level debug
- }
- }
- }
- ntp {
- server "time1.vyos.net"
- server "time2.vyos.net"
- server "time3.vyos.net"
- }
- console {
- device ttyS1 {
- speed 115200
- }
- }
- config-management {
- commit-revisions 100
- }
-}
-
-interfaces {
- loopback lo {
- }
-}