summaryrefslogtreecommitdiffstats
path: root/elchos/root-image/root
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-04-29 16:31:51 +0200
committermakefu <root@pigstarter.de>2014-04-29 16:31:51 +0200
commitd14d0ae3e34a49b742c5d5e9b879e92c704edaa1 (patch)
tree507decaa8b23914ac1aa5bf848c4b063a9ef93c2 /elchos/root-image/root
parentda3ff667030c5316712bf2280f733a2a85fc7ba3 (diff)
parent95fbba75246cf1b5115bc5493d3119f9ea91221e (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'elchos/root-image/root')
-rwxr-xr-xelchos/root-image/root/customize_root_image.sh4
1 files changed, 2 insertions, 2 deletions
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 \