aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-04-06 12:19:52 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-04-06 12:20:44 +0100
commitd7e6e160f278891ff0a937a3012413db0c5a6f4b (patch)
treecbdc9987a0a846fda54b021b81d751df6b191b64 /config
parent66493069b76af5584ada926409b8d919f2fc97d8 (diff)
Remove config/schroot-master
This is now in schroot-master.git repository Change-Id: I7330a53fae2e816ad68ea713453791f5a5543fc4
Diffstat (limited to 'config')
-rw-r--r--config/schroot-master/.gitignore1
-rw-r--r--config/schroot-master/chroot.d/.gitignore2
-rw-r--r--config/schroot-master/tcwg-build/copyfiles4
-rw-r--r--config/schroot-master/tcwg-build/fstab25
-rw-r--r--config/schroot-master/tcwg-build/nssdatabases11
-rw-r--r--config/schroot-master/tcwg-test/copyfiles4
-rw-r--r--config/schroot-master/tcwg-test/fstab25
-rw-r--r--config/schroot-master/tcwg-test/nssdatabases11
8 files changed, 0 insertions, 83 deletions
diff --git a/config/schroot-master/.gitignore b/config/schroot-master/.gitignore
deleted file mode 100644
index aa1ec1ea..00000000
--- a/config/schroot-master/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.tgz
diff --git a/config/schroot-master/chroot.d/.gitignore b/config/schroot-master/chroot.d/.gitignore
deleted file mode 100644
index bd86dc5f..00000000
--- a/config/schroot-master/chroot.d/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-tcwg-test-*
-tcwg-build-*
diff --git a/config/schroot-master/tcwg-build/copyfiles b/config/schroot-master/tcwg-build/copyfiles
deleted file mode 100644
index 22b29613..00000000
--- a/config/schroot-master/tcwg-build/copyfiles
+++ /dev/null
@@ -1,4 +0,0 @@
-# Files to copy into the chroot from the host system.
-#
-# <source and destination>
-/etc/resolv.conf
diff --git a/config/schroot-master/tcwg-build/fstab b/config/schroot-master/tcwg-build/fstab
deleted file mode 100644
index 0ea37e1d..00000000
--- a/config/schroot-master/tcwg-build/fstab
+++ /dev/null
@@ -1,25 +0,0 @@
-# fstab: static file system information for chroots.
-# Note that the mount point will be prefixed by the chroot path
-# (CHROOT_PATH)
-#
-# <file system> <mount point> <type> <options> <dump> <pass>
-/proc /proc none rw,bind 0 0
-/sys /sys none rw,bind 0 0
-
-tmpfs /run tmpfs rw,noexec,nosuid,size=10%,mode=0755 0 0
-none /run/lock tmpfs rw,noexec,nosuid,nodev,size=5242880 0 0
-none /run/shm tmpfs rw,nosuid,nodev 0 0
-
-/dev /dev none rw,bind 0 0
-/dev/pts /dev/pts none rw,bind 0 0
-/home /home none rw,bind 0 0
-#/tmp /tmp none rw,bind 0 0
-
-# It may be desirable to have access to /run, especially if you wish
-# to run additional services in the chroot. However, note that this
-# may potentially cause undesirable behaviour on upgrades, such as
-# killing services on the host.
-#/run /run none rw,bind 0 0
-#/run/lock /run/lock none rw,bind 0 0
-#/dev/shm /dev/shm none rw,bind 0 0
-#/run/shm /run/shm none rw,bind 0 0
diff --git a/config/schroot-master/tcwg-build/nssdatabases b/config/schroot-master/tcwg-build/nssdatabases
deleted file mode 100644
index 722a4516..00000000
--- a/config/schroot-master/tcwg-build/nssdatabases
+++ /dev/null
@@ -1,11 +0,0 @@
-# System databases to copy into the chroot from the host system.
-#
-# <database name>
-passwd
-shadow
-group
-gshadow
-services
-protocols
-networks
-hosts
diff --git a/config/schroot-master/tcwg-test/copyfiles b/config/schroot-master/tcwg-test/copyfiles
deleted file mode 100644
index 22b29613..00000000
--- a/config/schroot-master/tcwg-test/copyfiles
+++ /dev/null
@@ -1,4 +0,0 @@
-# Files to copy into the chroot from the host system.
-#
-# <source and destination>
-/etc/resolv.conf
diff --git a/config/schroot-master/tcwg-test/fstab b/config/schroot-master/tcwg-test/fstab
deleted file mode 100644
index d611f9dd..00000000
--- a/config/schroot-master/tcwg-test/fstab
+++ /dev/null
@@ -1,25 +0,0 @@
-# fstab: static file system information for chroots.
-# Note that the mount point will be prefixed by the chroot path
-# (CHROOT_PATH)
-#
-# <file system> <mount point> <type> <options> <dump> <pass>
-/proc /proc none rw,bind 0 0
-/sys /sys none rw,bind 0 0
-
-tmpfs /run tmpfs rw,noexec,nosuid,size=10%,mode=0755 0 0
-none /run/lock tmpfs rw,noexec,nosuid,nodev,size=5242880 0 0
-none /run/shm tmpfs rw,nosuid,nodev 0 0
-
-/dev /dev none rw,bind 0 0
-/dev/pts /dev/pts none rw,bind 0 0
-#/home /home none rw,bind 0 0
-#/tmp /tmp none rw,bind 0 0
-
-# It may be desirable to have access to /run, especially if you wish
-# to run additional services in the chroot. However, note that this
-# may potentially cause undesirable behaviour on upgrades, such as
-# killing services on the host.
-#/run /run none rw,bind 0 0
-#/run/lock /run/lock none rw,bind 0 0
-#/dev/shm /dev/shm none rw,bind 0 0
-#/run/shm /run/shm none rw,bind 0 0
diff --git a/config/schroot-master/tcwg-test/nssdatabases b/config/schroot-master/tcwg-test/nssdatabases
deleted file mode 100644
index 722a4516..00000000
--- a/config/schroot-master/tcwg-test/nssdatabases
+++ /dev/null
@@ -1,11 +0,0 @@
-# System databases to copy into the chroot from the host system.
-#
-# <database name>
-passwd
-shadow
-group
-gshadow
-services
-protocols
-networks
-hosts