diff options
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/config.boot.default | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sysconf/config.boot.default b/sysconf/config.boot.default deleted file mode 100644 index fdde1c74..00000000 --- a/sysconf/config.boot.default +++ /dev/null @@ -1,30 +0,0 @@ -system { - ntp-server "69.59.150.135" - login { - user root { - authentication { - encrypted-password: "$1$$Ht7gBYnxI1xCdO/JOnodh." - } - } - user vyatta { - authentication { - encrypted-password: "$1$$Ht7gBYnxI1xCdO/JOnodh." - } - } - } - package { - repository community { - distribution: "stable" - components: "main" - url: "http://packages.vyatta.com/vyatta" - } - } -} - -interfaces { - loopback lo { - } -} - -/* Warning: Do not remove the following line. */ -/* === vyatta-config-version: "cluster@1:dhcp-relay@1:dhcp-server@1:firewall@1:nat@2:serial@1:webgui@1" === */ |