[Libguestfs] IRC question about virt-builder ubuntu-* images

Guido Günther agx at sigxcpu.org
Tue Jul 12 17:40:51 UTC 2016


On Sat, Jul 09, 2016 at 08:20:27AM +0100, Richard W.M. Jones wrote:
> 
> 22:06 < adam12> rwmjones: If you're still around, just curious - any reason why the ubuntu14 image doesn't come with `dpkg-reconfigure openssh-server` 
>                 already configured for firstboot?
> 
> The reason is because I couldn't work out how to automate this in the
> preseed script.  If you want to have a go, then see:
> 
> https://github.com/libguestfs/libguestfs/blob/master/builder/website/ubuntu.sh
> https://github.com/libguestfs/libguestfs/blob/master/builder/website/ubuntu.preseed

s.th. like

d-i preseed/late_command string \
   in-target dpkg-reconfigure openssh-server;

If you need special vealues before hand there's debconf-set-selection

Cheers,
 -- Guido

> 
> Rich.
> 
> -- 
> Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> virt-df lists disk usage of guests without needing to install any
> software inside the virtual machine.  Supports Linux and Windows.
> http://people.redhat.com/~rjones/virt-df/
> 
> _______________________________________________
> Libguestfs mailing list
> Libguestfs at redhat.com
> https://www.redhat.com/mailman/listinfo/libguestfs
> 




More information about the Libguestfs mailing list