search for: preseeds

Displaying 20 results from an estimated 101 matches for "preseeds".

Did you mean: preseed
2019 Sep 26
1
[PATCH] builder: templates: set "unassigned" hostname
By default the installer will set the hostname to what the DHCP returns, exposing details of the machine where make-template.ml runs. Instead, force "unassigned-hostname.unassigned-domain" as hostname, so plays nicely with the hostname setting code in virt-customize. --- builder/templates/debian.preseed | 2 +- builder/templates/ubuntu.preseed | 5 +++++ 2 files changed, 6
2012 May 18
0
Installing RT4 with preseed on Ubuntu 12.4
...? TBH, I haven''t done much with automating Debian/Ubuntu installs before now, so I wouldn''t be surprised if I''m completely missing the point with debconf. The relevant bit of my manifest looks like this: define preseed_package ( $ensure ) { file { "/root/puppet/preseeds/$name.preseed": mode => 600, backup => false, } package { "$name": ensure => $ensure, responsefile => "/root/puppet/preseeds/$name.preseed", require => File["/root/puppet/preseeds/$name.preseed"], } } package { "apach...
2010 Mar 16
1
hard to define
Hi all. I am trying to use debian package preseeding within my modules. Therefor I have created a preseed_package.pp like: define authentication::preseed_package ( $ensure ) { file { "/var/local/preseed/$name.preseed": source => "$module_path/files/$name.preseed", mode => 600, backup => false, require => File["/var/local/preseed"], } package {
2017 Aug 26
5
[PATCH 1/2] builder/templates/debian.preseed: enable serial console
Also unify .index-fragment files --- builder/templates/debian-7.index-fragment | 7 ------- builder/templates/debian-8.index-fragment | 7 ------- builder/templates/debian-9.index-fragment | 18 ++++++------------ builder/templates/debian.preseed | 1 + builder/templates/make-template.ml | 6 ------ 5 files changed, 7 insertions(+), 32 deletions(-) diff --git
2010 Apr 21
1
Launching a Debian Xen Guest using a nfs://.../preseed.cfg -- the config is not found/used ?
Hi, I'm installing Debian as a Xen Guest on a non-Debian Xen host. Using, xm create \ -c ./xm-debian.cfg \ install=true \ install-method="network" \ install-mirror=ftp://ftp.us.debian.org/debian \ install-arch=amd64 \ install-suite=squeeze \ install-kernel=./vmlinuz \ install-ramdisk=./initrd.gz I can get to the manual installer and stepwise do the install.
2017 Jul 10
1
check-release FAILED (was: Re: [PATCH 5/5] builder: templates: pass empty proxy to d-i when not set)
Checking out sources from https://github.com/libguestfs/libguestfs ... /var/tmp/tmppyH7Jl/libguestfs /var/tmp/tmppyH7Jl Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. >From github.com:libguestfs/libguestfs 4cea914d2..28c375701 master -> origin/master Updating 4cea914d2..28c375701
2013 Dec 19
1
Help with Ubuntu Preseed Repository for Puppet Open Source
Hi, I would like to set the puppet labs repository on my preseed ubuntu file. So far I think i can use only the* late_command* as a post installation process but wondering if there is another way of adding this repository. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from
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
On Tue, Jul 12, 2016 at 07:40:51PM +0200, Guido Günther wrote: > 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? > > >
2012 Oct 04
1
Out of memory parsing config file
Hi, I'm using PXELINUX and I'm getting "Out of memory parsing config file" when network booting. I have a lot of entries in my default file under pxelinux.cfg and if I delete some entries the error disapear. Is there a limit for number of entries? How can I increase them? My entries are like these: DISPLAY boot.txt LABEL debian-Debian6.0.6-amd64 ??? kernel
2017 Jul 10
7
[PATCH 0/5] various improvements for make-template.mk
Hi, this series improves the generation of Debian templates, automating basically almost all the steps needed. Also, it fixes the generation of aarch64 images with NVRAM, which is currently removed too soon, and thus not saved and compressed. Thanks, Pino Toscano (5): builder: templates: update Debian preseed from Stretch builder: templates: generalize debian location builder: templates:
2016 Apr 14
0
locked out after preseed install
<div>Hello everybody,</div><div>this is my first post in this mailing list.</div><div>Was looking after "the guest controlled by a ssh connection." - out-of-box</div><div>Here the problem about virt-install is explained and worked on and with alle details:</div><div><a
2006 Oct 03
3
debconf templating
Hello. Hope you can help me further. I can vaguely remember that once I saw a reference how to preconfigure debconf in puppet manifests. So you can define answers in debconf inside of manifests. No idea where anymore. Anybody knows? greetinx Christo
2006 Aug 27
5
Re: preseeding files only on reinstall
..., after a > > preseed { ldap-preseed: > file => "ldap", > classname => ldap > } > > Now I can install a "package" as desired. Buf if the package is > installed, the > preseeding never stopps... It preseeds the information on every > puppet-run... > > Is there a way to only trigger the "preseed" if the package is > upgraded/installed? Hmm; this is the first time I know of that someone has had to run a command *before* an object gets changed, but I can see how it might be n...
2014 Sep 23
0
[PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- builder/website/ubuntu.preseed | 1 - guestfs-release-notes.txt | 1 - p2v/issue | 1 - tests/guests/guest-aux/debian-packages | 1 - 4 files changed, 4 deletions(-) diff --git a/builder/website/ubuntu.preseed b/builder/website/ubuntu.preseed index 236e174..dbe4f79 100644 ---
2014 Sep 23
1
Re: [PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
On Tuesday 23 September 2014 17:20:33 Hu Tao wrote: > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > --- > builder/website/ubuntu.preseed | 1 - > guestfs-release-notes.txt | 1 - > p2v/issue | 1 - > tests/guests/guest-aux/debian-packages | 1 - > 4 files changed, 4 deletions(-) > > diff --git
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series This series implements a basic test job for OVMF guest. The test case will install an OVMF guest and try to boot it. It is also possible to derive a debian HVM installation test case from ts-ovmf-debian-install - the only difference should be the BIOS option. I tested running the test script without specifying BIOS, it worked fine. I just didn''t figure out a
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
On Tue, Aug 15, 2017 at 12:06:09AM +0200, Florian Klink wrote: > The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB > volume. Also, we don't really need the boot partition, so just create a > partition using the whole disk space. > --- > builder/templates/debian.preseed | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) >
2006 Aug 27
0
Re: preseeding files only on reinstall
...tiple parts, and put a "require => file["/tmp/$file"]" on the first one and a "require => exec["first-one"]" on the second. > Now I can install a "package" as desired. Buf if the package is installed, the > preseeding never stopps... It preseeds the information on every puppet-run... > > Is there a way to only trigger the "preseed" if the package is > upgraded/installed? Not that I can think of at the moment, although you could perhaps put an unless into the important exec object that checks whether a relevant config...
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- builder/website/debian.preseed | 2 +- builder/website/index | 120 +++++----- builder/website/index.asc | 120 +++++----- customize/customize_run.mli | 2 +- daemon/mount.c | 2 +- fish/test-file-attrs.sh | 10 +- generator/c.ml | 2 +- guestfs-release-notes.txt | 520