On Mon, Jun 20, 2016 at 9:00 PM, Raphael Philipe Mendes da Silva <
[email protected]> wrote:

> Hi,
>
> I'm playing with debian-installer in order to perform fully automatic
> network installations of Ubuntu 16.04 for s390x.
>
> I noticed something odd regarding the network-console: it seems to not
> consider the values set in the preseed file and keeps asking for the
> password in the "Continue installation remotely using SSH" question. It
> does consider some other values in preseed file, like the mirror and
> partitions configuration.
>
> My preseed file contains the following settings for network console:
>
> d-i network-console/password password r00t
> d-i network-console/password-again password r00t
> d-i network-console/start select continue
>

My snippet (trusty) for ssh install was

d-i preseed/early_command string anna-install network-console
d-i network-console/start select continue
d-i anna/choose_modules string network-console
d-i network-console/authorized_keys_url string
http://172.16.175.98/openssh-key
d-i network-console/password password r00tme
d-i network-console/password-again password r00tme

I believe that in your case is the second line what is probably missing.

Javier Palacios
-- 
ubuntu-server mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Reply via email to