summaryrefslogtreecommitdiffstats
path: root/elchos
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-04-27 18:18:08 +0200
committermakefu <github@syntax-fehler.de>2014-04-27 18:18:08 +0200
commit95fbba75246cf1b5115bc5493d3119f9ea91221e (patch)
treecca50d644839abdf40947d47b9f75220e5d78f63 /elchos
parentaa4b1772353ddf520b210bb1a692ce1b604cba23 (diff)
update things
Diffstat (limited to 'elchos')
-rw-r--r--elchos/packages.both2
-rwxr-xr-xelchos/refresh.sh4
-rw-r--r--elchos/root-image/krebs/etc/Reaktor/config.py4
-rwxr-xr-xelchos/root-image/root/customize_root_image.sh4
4 files changed, 8 insertions, 6 deletions
diff --git a/elchos/packages.both b/elchos/packages.both
index 409abe91..5eaef4e5 100644
--- a/elchos/packages.both
+++ b/elchos/packages.both
@@ -45,3 +45,5 @@ vim
tor
tmux
pacman-mirrorlist
+avahi
+nss-mdns
diff --git a/elchos/refresh.sh b/elchos/refresh.sh
index 2ff1d59c..e707fab7 100755
--- a/elchos/refresh.sh
+++ b/elchos/refresh.sh
@@ -3,6 +3,6 @@ set -eu
cd "$(dirname "$(readlink -f "$0")")"
rm -rvf out/ work
./build.sh -N elchos -v
-# cp -v out/filehooker* /home/makefu/isos
+cp -v out/elchos* /home/makefu/isos
# TODO internal
-# virsh reset vm1 ||:
+virsh reset vm1 ||:
diff --git a/elchos/root-image/krebs/etc/Reaktor/config.py b/elchos/root-image/krebs/etc/Reaktor/config.py
index a857a0c2..58bc7180 100644
--- a/elchos/root-image/krebs/etc/Reaktor/config.py
+++ b/elchos/root-image/krebs/etc/Reaktor/config.py
@@ -8,8 +8,8 @@ irc_alarm_timeout = 300
irc_hammer_interval = 10
irc_kill_timeout = 360
irc_nickname = name
-#irc_server = 'elchirc.nsupdate.info'
-irc_server = 'irc.freenode.net'
+irc_server = 'elchirc.nsupdate.info'
+#irc_server = 'irc.freenode.net'
irc_restart_timeout = 5
irc_port = 6667
irc_channels = [
diff --git a/elchos/root-image/root/customize_root_image.sh b/elchos/root-image/root/customize_root_image.sh
index 6c5640c3..1c6abea0 100755
--- a/elchos/root-image/root/customize_root_image.sh
+++ b/elchos/root-image/root/customize_root_image.sh
@@ -57,8 +57,8 @@ cp /krebs/painload/Reaktor/etc/systemd/system/Reaktor@.service \
/etc/systemd/system
# add bonus features for elch
cp -a /krebs/etc/Reaktor /krebs/painload
-# emergency root passwd
+# emergency root passwd
printf "!!!!!!\nthe Root PW is '%s'\n!!!!!!\n" "$rootpw"
(printf "%s\n%s\n" "$rootpw" "$rootpw" ) | passwd
cd /krebs/painload/Reaktor/
@@ -68,7 +68,7 @@ for i in multi-user.target \
pacman-init.service \
choose-mirror.service \
tor-configure-hidden.service \
- Reaktor@${reaktor_user}.service \
+ Reaktor.service \
elch-hostname.service \
start-ncdc@${ncdc_user}.service \
sshd.service \