summaryrefslogtreecommitdiff
path: root/data/includes.chroot
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-01-24 13:34:15 -0500
committerDaniil Baturin <daniil@baturin.org>2016-01-24 13:34:15 -0500
commit24a8a430779539d0be840b7ad8a3958ec02612a0 (patch)
tree01eacd8cc0530772b66be76d58180de8619f6cf5 /data/includes.chroot
parent2f10d39a98eb4815e4b2d677e210febeed45b7ca (diff)
downloadvyos-build-24a8a430779539d0be840b7ad8a3958ec02612a0.tar.gz
vyos-build-24a8a430779539d0be840b7ad8a3958ec02612a0.zip
Keep all common live-build config data in data/live-build-config
If more granular data modification is needed, it can be stored in other data/ subdirs.
Diffstat (limited to 'data/includes.chroot')
-rw-r--r--data/includes.chroot/etc/fuse.conf1
-rw-r--r--data/includes.chroot/opt/vyatta/etc/config.boot.default39
2 files changed, 0 insertions, 40 deletions
diff --git a/data/includes.chroot/etc/fuse.conf b/data/includes.chroot/etc/fuse.conf
deleted file mode 100644
index a439ab82..00000000
--- a/data/includes.chroot/etc/fuse.conf
+++ /dev/null
@@ -1 +0,0 @@
-user_allow_other
diff --git a/data/includes.chroot/opt/vyatta/etc/config.boot.default b/data/includes.chroot/opt/vyatta/etc/config.boot.default
deleted file mode 100644
index f5ec2b5d..00000000
--- a/data/includes.chroot/opt/vyatta/etc/config.boot.default
+++ /dev/null
@@ -1,39 +0,0 @@
-system {
- login {
- user vyos {
- authentication {
- encrypted-password $6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/
- plaintext-password ""
- }
- level admin
- }
- }
- syslog {
- global {
- facility all {
- level notice
- }
- facility protocols {
- level debug
- }
- }
- }
- ntp {
- server "0.pool.ntp.org"
- server "1.pool.ntp.org"
- server "2.pool.ntp.org"
- }
- console {
- device ttyS0 {
- speed 9600
- }
- }
- config-management {
- commit-revisions 100
- }
-}
-
-interfaces {
- loopback lo {
- }
-}