::
Re: [DNG] pressed root pw
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ez az üzenet a következő szál része:
a teljes szál-fa dátum szerinti rendezve
m_maass postázva
2015-10-20 06:30
Klaus Hartnegg postázva
2015-10-22 15:49
Szerző:
aitor_czr
Dátum:
2015-10-20 19:58
UTC
Címzett:
dng
Tárgy:
Re: [DNG] pressed root pw
Hi Mike,
You have to use the md5 hash of the password. You can get it typing:
$ echo "XXXXXX" | md5sum
52f400d860b7431525a4c5367684de17 -
Now, add to the preseed.cfg the following line:
d-i password/root-password-crypted password52f400d860b7431525a4c5367684de17
Cheers,
Aitor.
On 20/10/15 13:09, m_maass <m_maass@???> wrote:
> Dear all,
>
> i want to use in a preseed.cfg file
> d-i password/root-password-crypted password XXXXXX
> but i had no succes.
> Please can you tell me how to do this?
>
> Thanks,
> Mike