From 4a81dc231198467ebc6948479ef34ba05b964811 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Mon, 2 May 2011 02:14:59 +0200 Subject: updated debian installer for autostart,no.de installer(nonfunct) --- build_debian.sh | 5 +++++ build_no.de.sh | 1 + 2 files changed, 6 insertions(+) create mode 100644 build_no.de.sh diff --git a/build_debian.sh b/build_debian.sh index f830a809..ecec41a3 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -4,8 +4,13 @@ MYIP=10.0.7.7.55 aptitude install tinc git + git clone https://github.com/makefu/shack-retiolum.git cd shack-retiolum ./install.sh `hostname` $MYIP + +# for autostart +echo "retiolum" >> /etc/tinc/nets.boot +echo "EXTRA=\"--user=tincd --chroot\"" >> /etc/default/tinc diff --git a/build_no.de.sh b/build_no.de.sh new file mode 100644 index 00000000..2976d3a2 --- /dev/null +++ b/build_no.de.sh @@ -0,0 +1 @@ +pkgin in lzo gcc-tools gcc-compiler gcc34 -- cgit v1.2.3