diff options
author | makefu <github@syntax-fehler.de> | 2014-04-27 18:18:08 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-04-27 18:18:08 +0200 |
commit | 95fbba75246cf1b5115bc5493d3119f9ea91221e (patch) | |
tree | cca50d644839abdf40947d47b9f75220e5d78f63 /elchos/root-image/root | |
parent | aa4b1772353ddf520b210bb1a692ce1b604cba23 (diff) |
update things
Diffstat (limited to 'elchos/root-image/root')
-rwxr-xr-x | elchos/root-image/root/customize_root_image.sh | 4 |
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 \ |