[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#298952: network-console: does not seem to allow preseeding of password



Paul Telford wrote:
> Thanks, I upgraded to the daily image (from rc2) and I can now seed the
> password successfully.  There still seems to be a problem preseeding the
> "start" note.  The following one-liner fixes that.  Without it I always
> get "an installation step failed" message when I preseed
> d-i debian-installer/network-console/start note
> 
> 
> diff -ru network-console-0.0.11/debian/network-console.postinst network-console-0.0.11.new/debian/network-console.postinst
> --- network-console-0.0.11/debian/network-console.postinst      2004-12-10 14:15:55.000000000 -0800
> +++ network-console-0.0.11.new/debian/network-console.postinst  2005-03-11 08:20:46.000000000 -0800
> @@ -50,5 +50,5 @@
>  apt-install network-console-config || true
> 
>  db_subst $TEMPLATE_ROOT/start fingerprint $KEY_FINGERPRINT
> -db_input critical $TEMPLATE_ROOT/start
> +db_input critical $TEMPLATE_ROOT/start || true
>  db_go

I've applied this patch to svn, it's unfortunatly too late to be
released as part of rc3 though.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: