Displaying 3 results from an estimated 3 matches for "vealu".
Did you mean:
velu
2016 Jul 09
2
IRC question about virt-builder ubuntu-* images
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:
2016 Jul 12
1
Re: IRC question about virt-builder ubuntu-* images
...guestfs/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
Thanks Guido (.. and long time, no see :-) I guess you noticed we are
using your example for preseeding Debian images which was very helpful.
The above preseed command works to run 'dpkg-reconfigure openssh-server'.
I tested this by adding i...
2016 Jul 12
0
Re: IRC question about virt-builder ubuntu-* images
...n 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...