Re: Bootup and login performance (was Re: kullervo)

2013-01-26 Thread Eero Tamminen
Hi, On lauantai 26 tammikuu 2013, Thorsten Glaser wrote: > Wouter Verhelst dixit: > >The quick and dirty way: edit /etc/shadow, and replace the $6$-using > >password with a $1$-using one? > > Sure… > > tg@blau:~ $ encrypt -m root > $1$0XdPa4l/$DwPc0L9WReF7goIKixNyk1 > > So you can use that for

Re: Bootup and login performance (was Re: kullervo)

2013-01-26 Thread Thorsten Glaser
Wouter Verhelst dixit: >The quick and dirty way: edit /etc/shadow, and replace the $6$-using >password with a $1$-using one? Sure… tg@blau:~ $ encrypt -m root $1$0XdPa4l/$DwPc0L9WReF7goIKixNyk1 So you can use that for root:root in the initial setup. I could update the tarball (and, possibly, t