aboutsummaryrefslogtreecommitdiffstats
path: root/polystrap/default/root
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2013-08-23 03:39:52 +0000
committerbnewbold <bnewbold@robocracy.org>2013-08-23 03:39:52 +0000
commitbc5deea8babc17d472f21c20a0dfb20c7f3fd471 (patch)
tree7d281753d1012f8c91b74f53711abc98f7abe653 /polystrap/default/root
parenteffcecdd8d10e2e94ad80bc8f552bf53bb4b7f59 (diff)
downloadbuildroot-novena-bc5deea8babc17d472f21c20a0dfb20c7f3fd471.tar.gz
buildroot-novena-bc5deea8babc17d472f21c20a0dfb20c7f3fd471.zip
initial import of 'polystrap' debian tool
From http://anonscm.debian.org/gitweb/?p=emdebian/polystrap.git;a=summary This imports 83ba112abb8f173254c60611b5a24ca0a72ca58f, from from Tue, 9 Oct 2012 15:36:02 -0400 (21:36 +0200)
Diffstat (limited to 'polystrap/default/root')
-rw-r--r--polystrap/default/root/etc/apt/apt.conf.d/99no-install-recommends1
-rw-r--r--polystrap/default/root/etc/apt/apt.conf.d/99no-pdiffs1
-rw-r--r--polystrap/default/root/etc/fstab8
-rw-r--r--polystrap/default/root/etc/hostname1
-rw-r--r--polystrap/default/root/etc/hosts2
-rw-r--r--polystrap/default/root/etc/ld.so.conf2
-rw-r--r--polystrap/default/root/etc/network/interfaces2
-rw-r--r--polystrap/default/root/etc/ssh/ssh_host_dsa_key0
-rw-r--r--polystrap/default/root/etc/ssh/ssh_host_ecdsa_key0
-rw-r--r--polystrap/default/root/etc/ssh/ssh_host_rsa_key0
-rwxr-xr-xpolystrap/default/root/usr/sbin/policy-rc.d3
11 files changed, 20 insertions, 0 deletions
diff --git a/polystrap/default/root/etc/apt/apt.conf.d/99no-install-recommends b/polystrap/default/root/etc/apt/apt.conf.d/99no-install-recommends
new file mode 100644
index 000000000..25ec2b3a4
--- /dev/null
+++ b/polystrap/default/root/etc/apt/apt.conf.d/99no-install-recommends
@@ -0,0 +1 @@
+APT::Install-Recommends "0";
diff --git a/polystrap/default/root/etc/apt/apt.conf.d/99no-pdiffs b/polystrap/default/root/etc/apt/apt.conf.d/99no-pdiffs
new file mode 100644
index 000000000..07d01de1d
--- /dev/null
+++ b/polystrap/default/root/etc/apt/apt.conf.d/99no-pdiffs
@@ -0,0 +1 @@
+Acquire::PDiffs "0";
diff --git a/polystrap/default/root/etc/fstab b/polystrap/default/root/etc/fstab
new file mode 100644
index 000000000..a8fe557ac
--- /dev/null
+++ b/polystrap/default/root/etc/fstab
@@ -0,0 +1,8 @@
+# <file system> <mount point> <type> <options> <dump> <pass>
+rootfs / auto defaults,errors=remount-ro,noatime 0 1
+proc /proc proc defaults 0 0
+tmpfs /tmp tmpfs defaults,noatime 0 0
+tmpfs /var/lock tmpfs defaults,noatime 0 0
+tmpfs /var/run tmpfs defaults,noatime 0 0
+tmpfs /var/log tmpfs defaults,noatime 0 0
+tmpfs /etc/network/run tmpfs defaults,noatime 0 0
diff --git a/polystrap/default/root/etc/hostname b/polystrap/default/root/etc/hostname
new file mode 100644
index 000000000..4ad96d515
--- /dev/null
+++ b/polystrap/default/root/etc/hostname
@@ -0,0 +1 @@
+default
diff --git a/polystrap/default/root/etc/hosts b/polystrap/default/root/etc/hosts
new file mode 100644
index 000000000..0ec197ba8
--- /dev/null
+++ b/polystrap/default/root/etc/hosts
@@ -0,0 +1,2 @@
+127.0.0.1 localhost
+127.0.0.1 default
diff --git a/polystrap/default/root/etc/ld.so.conf b/polystrap/default/root/etc/ld.so.conf
new file mode 100644
index 000000000..a9d3ffcc7
--- /dev/null
+++ b/polystrap/default/root/etc/ld.so.conf
@@ -0,0 +1,2 @@
+# supply ld.so.conf for fake ldd (running libc6 postinst script will fail)
+include /etc/ld.so.conf.d/*.conf
diff --git a/polystrap/default/root/etc/network/interfaces b/polystrap/default/root/etc/network/interfaces
new file mode 100644
index 000000000..f1bd92ed2
--- /dev/null
+++ b/polystrap/default/root/etc/network/interfaces
@@ -0,0 +1,2 @@
+auto lo
+iface lo inet loopback
diff --git a/polystrap/default/root/etc/ssh/ssh_host_dsa_key b/polystrap/default/root/etc/ssh/ssh_host_dsa_key
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/polystrap/default/root/etc/ssh/ssh_host_dsa_key
diff --git a/polystrap/default/root/etc/ssh/ssh_host_ecdsa_key b/polystrap/default/root/etc/ssh/ssh_host_ecdsa_key
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/polystrap/default/root/etc/ssh/ssh_host_ecdsa_key
diff --git a/polystrap/default/root/etc/ssh/ssh_host_rsa_key b/polystrap/default/root/etc/ssh/ssh_host_rsa_key
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/polystrap/default/root/etc/ssh/ssh_host_rsa_key
diff --git a/polystrap/default/root/usr/sbin/policy-rc.d b/polystrap/default/root/usr/sbin/policy-rc.d
new file mode 100755
index 000000000..85d823ddb
--- /dev/null
+++ b/polystrap/default/root/usr/sbin/policy-rc.d
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "sysvinit: All runlevel operations denied by policy" >&2
+exit 101