diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-24 13:51:15 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-24 13:51:15 -0700 |
commit | 04ff16ae2bad256b0990fbe970a168817c3b051b (patch) | |
tree | f286027c88db013f49258a44c1e38fff6c967439 /etc/config.boot.default | |
parent | aded3ffd12620dd0fab59538b4fced05a7739987 (diff) | |
download | vyatta-cfg-04ff16ae2bad256b0990fbe970a168817c3b051b.tar.gz vyatta-cfg-04ff16ae2bad256b0990fbe970a168817c3b051b.zip |
move default config to vyatta-cfg-system. if vyatta-cfg-system is not
installed, an empty config is used.
Diffstat (limited to 'etc/config.boot.default')
-rw-r--r-- | etc/config.boot.default | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/etc/config.boot.default b/etc/config.boot.default deleted file mode 100644 index 941507f..0000000 --- a/etc/config.boot.default +++ /dev/null @@ -1,29 +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 { - component: "main" - url: "http://archive.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" === */ |