Gentoo Archives: gentoo-catalyst

From: "Kessler
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Passwords
Date: Tue, 20 Sep 2005 13:28:15
Message-Id: D130CB2CC962DD439C21FF1B23A2BD772B24C7@county.co.wabasha.mn.us
1 Is there a simple way to set the root password from within the fsscript
2 that doesn't require the use of expect? A friend of mine that builds
3 clusters for IBM gave me the following, he uses it in his kickstarts but
4 this doesn't work for me.
5
6
7
8 echo "password" | /usr/bin/passwd --stdin administrator
9
10
11
12 passwd takes the --s from stdin to mean the shell flag, and well that's
13 sort of unfriendly if you know what I mean. Any suggestions?
14
15
16
17 Paul

Replies

Subject Author
Re: [gentoo-catalyst] Passwords Chris Gianelloni <wolf31o2@g.o>
Re: [gentoo-catalyst] Passwords Andrew Gaffney <agaffney@g.o>