summaryrefslogtreecommitdiff
path: root/tools/cloud-init/PACKET/config.boot.default-debug
diff options
context:
space:
mode:
authorKim Hagen <kim@sentrium.io>2021-07-07 05:03:38 -0500
committerKim Hagen <kim@sentrium.io>2021-07-07 05:03:38 -0500
commit43f4d5c3cd8838ae87660813abc999f85612a33f (patch)
tree1a42bdda4732b2f949800b53c7b3466bc113dbcb /tools/cloud-init/PACKET/config.boot.default-debug
parent745a348bd155dd5778cdda177f6a463e9f86ae54 (diff)
downloadvyos-build-43f4d5c3cd8838ae87660813abc999f85612a33f.tar.gz
vyos-build-43f4d5c3cd8838ae87660813abc999f85612a33f.zip
T3664: Eliminate obsolete build flavours
Diffstat (limited to 'tools/cloud-init/PACKET/config.boot.default-debug')
-rw-r--r--tools/cloud-init/PACKET/config.boot.default-debug42
1 files changed, 0 insertions, 42 deletions
diff --git a/tools/cloud-init/PACKET/config.boot.default-debug b/tools/cloud-init/PACKET/config.boot.default-debug
deleted file mode 100644
index 1b850568..00000000
--- a/tools/cloud-init/PACKET/config.boot.default-debug
+++ /dev/null
@@ -1,42 +0,0 @@
-interfaces {
- ethernet eth0 {
- address dhcp
- }
-}
-service {
- ssh {
- port 8022
- client-keepalive-interval 180
- }
-}
-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 {
- }
-}