aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-22 17:12:52 +0100
committerficus <ficus@robocracy.org>2012-11-22 17:12:52 +0100
commitf8770190a5ccf1c55af56743a59fb701efe4162f (patch)
treed1ed9234669dd0ccb4a154b635086c6de6ce9f70
parent9eb062cc347e066f5e8a7f2b699b11d9e82982ea (diff)
downloadtorouter-live-f8770190a5ccf1c55af56743a59fb701efe4162f.tar.gz
torouter-live-f8770190a5ccf1c55af56743a59fb701efe4162f.zip
combine password changes (temporary)
-rwxr-xr-xconfig/includes.chroot/lib/live/config/2001-passwds (renamed from config/includes.chroot/lib/live/config/2004-torouter_pw)3
-rwxr-xr-xconfig/includes.chroot/lib/live/config/2001-root_pw4
2 files changed, 2 insertions, 5 deletions
diff --git a/config/includes.chroot/lib/live/config/2004-torouter_pw b/config/includes.chroot/lib/live/config/2001-passwds
index 129258b..79b8551 100755
--- a/config/includes.chroot/lib/live/config/2004-torouter_pw
+++ b/config/includes.chroot/lib/live/config/2001-passwds
@@ -1,4 +1,5 @@
#!/bin/sh
-echo " torouter passwd"
+echo " passwds"
+echo "root:crud" | chpasswd
echo "torouter:torouter" | chpasswd
diff --git a/config/includes.chroot/lib/live/config/2001-root_pw b/config/includes.chroot/lib/live/config/2001-root_pw
deleted file mode 100755
index c3d05c5..0000000
--- a/config/includes.chroot/lib/live/config/2001-root_pw
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-echo " root passwd"
-echo "root:crud" | chpasswd