diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-02 02:14:59 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-02 02:14:59 +0200 |
commit | 4a81dc231198467ebc6948479ef34ba05b964811 (patch) | |
tree | c4e7cd099223d118ff2de36f0be5fa053d41ffc4 | |
parent | 054686a02f9b7e95dce8e3f94d0de930afcfe446 (diff) |
updated debian installer for autostart,no.de installer(nonfunct)
-rwxr-xr-x | build_debian.sh | 5 | ||||
-rw-r--r-- | build_no.de.sh | 1 |
2 files changed, 6 insertions, 0 deletions
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 |