From bc5deea8babc17d472f21c20a0dfb20c7f3fd471 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 23 Aug 2013 03:39:52 +0000 Subject: 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) --- polystrap/default/root/etc/apt/apt.conf.d/99no-install-recommends | 1 + polystrap/default/root/etc/apt/apt.conf.d/99no-pdiffs | 1 + polystrap/default/root/etc/fstab | 8 ++++++++ polystrap/default/root/etc/hostname | 1 + polystrap/default/root/etc/hosts | 2 ++ polystrap/default/root/etc/ld.so.conf | 2 ++ polystrap/default/root/etc/network/interfaces | 2 ++ polystrap/default/root/etc/ssh/ssh_host_dsa_key | 0 polystrap/default/root/etc/ssh/ssh_host_ecdsa_key | 0 polystrap/default/root/etc/ssh/ssh_host_rsa_key | 0 10 files changed, 17 insertions(+) create mode 100644 polystrap/default/root/etc/apt/apt.conf.d/99no-install-recommends create mode 100644 polystrap/default/root/etc/apt/apt.conf.d/99no-pdiffs create mode 100644 polystrap/default/root/etc/fstab create mode 100644 polystrap/default/root/etc/hostname create mode 100644 polystrap/default/root/etc/hosts create mode 100644 polystrap/default/root/etc/ld.so.conf create mode 100644 polystrap/default/root/etc/network/interfaces create mode 100644 polystrap/default/root/etc/ssh/ssh_host_dsa_key create mode 100644 polystrap/default/root/etc/ssh/ssh_host_ecdsa_key create mode 100644 polystrap/default/root/etc/ssh/ssh_host_rsa_key (limited to 'polystrap/default/root/etc') 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 @@ +# +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 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 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 -- cgit v1.2.3