diff options
author | Daniil Baturin <daniil@baturin.org> | 2013-10-31 13:28:30 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2013-10-31 13:28:30 +0100 |
commit | bc4e5068bada75e01dd8221c2e6ae708f652f469 (patch) | |
tree | e3b373c80bfd6ed96279250da4ff320d9f1daf17 | |
parent | b8b35acce7693c46b91f76d98e9240c7ebe00f75 (diff) | |
download | vyatta-cfg-system-bc4e5068bada75e01dd8221c2e6ae708f652f469.tar.gz vyatta-cfg-system-bc4e5068bada75e01dd8221c2e6ae708f652f469.zip |
Remote unused file test_bootfile
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | test_bootfile | 44 |
2 files changed, 0 insertions, 46 deletions
diff --git a/Makefile.am b/Makefile.am index 77cdfb07..80ece4e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,8 +87,6 @@ src_hypervisor_vendor = src/hypervisor_vendor.c share_perl5_DATA = lib/Vyatta/Login/User.pm share_perl5_DATA += lib/Vyatta/Login/RadiusServer.pm -noinst_DATA = test_bootfile - sysconf_DATA += sysconf/LICENSE sysconf_DATA += sysconf/issue sysconf_DATA += sysconf/issue.net diff --git a/test_bootfile b/test_bootfile deleted file mode 100644 index df024b69..00000000 --- a/test_bootfile +++ /dev/null @@ -1,44 +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 { - } - ethernet eth0 { - hw-id: 52:54:00:12:34:56 - link-detect - } - ethernet eth1 { - link-detect - } - ethernet eth2 { - hw-id: 52:54:00:12:34:54 - } - ethernet eth3 { - address: 192.168.1.1 - } - ethernet eth4 { - } -} - -/* 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" === */ |