diff options
author | ficus <ficus@robocracy.org> | 2012-11-22 17:12:52 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-22 17:12:52 +0100 |
commit | f8770190a5ccf1c55af56743a59fb701efe4162f (patch) | |
tree | d1ed9234669dd0ccb4a154b635086c6de6ce9f70 | |
parent | 9eb062cc347e066f5e8a7f2b699b11d9e82982ea (diff) | |
download | torouter-live-f8770190a5ccf1c55af56743a59fb701efe4162f.tar.gz torouter-live-f8770190a5ccf1c55af56743a59fb701efe4162f.zip |
combine password changes (temporary)
-rwxr-xr-x | config/includes.chroot/lib/live/config/2001-passwds (renamed from config/includes.chroot/lib/live/config/2004-torouter_pw) | 3 | ||||
-rwxr-xr-x | config/includes.chroot/lib/live/config/2001-root_pw | 4 |
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 |