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 | f56ae51c2260607947f77c8df207f2fa134fef7a (patch) | |
tree | c4e7cd099223d118ff2de36f0be5fa053d41ffc4 | |
parent | 73859a0ca8a59bbb8ee306ed32642aed5dd25497 (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 |