summaryrefslogtreecommitdiffstats
path: root/elchos/root-image
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/root-image
parentaa4b1772353ddf520b210bb1a692ce1b604cba23 (diff)
update things
Diffstat (limited to 'elchos/root-image')
-rw-r--r--elchos/root-image/krebs/etc/Reaktor/config.py4
-rwxr-xr-xelchos/root-image/root/customize_root_image.sh4
2 files changed, 4 insertions, 4 deletions
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 \