Displaying 20 results from an estimated 800 matches similar to: "[PATCH] builder: templates: set "unassigned" hostname"
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
I''ve been working on this on the odd occasion, I think it mostly works,
or it did last I tried which was a while back. I''m sure it is too hacky
in places. My plan was to clean it up on the next test day.
I''m mostly just sending this for Wei''s benefit since he is independently
looking at adding Debian HVM guest tests for OVMF purposes.
Ian.
commit
2005 Apr 26
3
A HowTo guide?
I've very new to this... what I want to achieve, is to have my clients
network boot - and then be presented with a menu, allowing them *well,
me* to choose what to do.
Maybe, boot from the main hard disk, or boot a disk image from a samba
share, or maybe even boot a CD image, instead of having the actual CD in
the drive.
Also, I would want to be able to change this menu, without actually
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:
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
2006 Nov 08
1
run pxelinux.0 on a booted system
I am trying to come up with a 'clever' way to pxe-boot boxes that don't have any
way to pxe boot. as in, old laptops that only have pc-mica nics.
"Etherboot does not (yet) offer support for PCMCIA cards."
http://www.etherboot.org/wiki/pcmcia_support
I am not trying to do 'that' - just trying to come up with a process to work
around it. Something like this:
2007 Nov 06
1
Just a couple of hang-out install questions
Hello,
I am trying to do a non-interactive installation on a system with only a
serial port console. The serial port only piece is working and most of
the questions are pre-seeded (answered). However, I can't seem to
figure out what the question codes are for these last seven. :(
``debconf-get-selections'' did not print anything out that I can correlate
with these questions. Where
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
check-release FAILED (was: Re: [PATCH 5/5] builder: templates: pass empty proxy to d-i when not set)
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
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
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 {
2006 Aug 27
5
Re: preseeding files only on reinstall
On Aug 27, 2006, at 9:55 AM, Thorsten Sandfuchs wrote:
> hio,
> me again :)
>
> In Debian, there is a mechanism to preseed debconf (configuration-
> database for
> the system) with decisions, before installing a package. Debconf
> mussn''t ask
> the user then. I wrote this pp for preseeding-support:
[snip]
Very cool. Seems like that''s something that
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:
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 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
Create a new directory (builder/template). Integrate all of the
scripts into a single program, so that templates are generated more
consistently.
This also changes how the index file is generated. The script now
generates the index file fragment and saves it under version control,
and then generates the final index file by concatenating these.
(Previously the index was written by hand which was
2016 Jan 06
4
Empty (zero byte) SSH host keys
Hi,
We create virtual machine image templates by doing automated minimal
installations of different Linux distributions (via
preseed/kickstarter/autoyast). At the end of the installation, we
remove the SSH host keys (rm -f /etc/ssh/ssh*_key*). Fresh SSH host
keys will be generated on the first boot of the image instances. This
is done by adding a "dpkg-reconfigure openssh-server" call
2015 Jan 20
1
[PATCH RFC v6 15/20] virtio-net: no writeable mac for virtio-1
On Thu, Dec 11, 2014 at 02:25:17PM +0100, Cornelia Huck wrote:
> Devices operating as virtio 1.0 may not allow writes to the mac
> address in config space.
>
> Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com>
> ---
> hw/net/virtio-net.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
> index
2015 Jan 20
1
[PATCH RFC v6 15/20] virtio-net: no writeable mac for virtio-1
On Thu, Dec 11, 2014 at 02:25:17PM +0100, Cornelia Huck wrote:
> Devices operating as virtio 1.0 may not allow writes to the mac
> address in config space.
>
> Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com>
> ---
> hw/net/virtio-net.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
> index
2013 Jul 03
2
Problems with gfxboot.c32
Am 03.07.2013 14:11, schrieb Matt Fleming:
> On Wed, 03 Jul, at 12:22:52PM, Andreas Heinlein wrote:
>> Hello,
>>
>> I am currently trying to get the gfxboot archive from Ubuntu 12.04
>> working with gfxboot.c32 under BIOS, using ISOLINUX 6.
>>
>> AFAIK, the Ubuntu patches have been added in 4.03, and in fact it
>> works with the official 4.05 release,
2007 Mar 15
13
puppet standlone hanging when ran via init.d
Hi,
I''ve just changed my debian preseed configuration to install the debian
unstable package of puppet v0.22.1. As part of the preseed I have a late
command that clobbers the /etc/init.d/puppet file into using the puppet
standalone program and not the puppetd (as this is what I''m using). Since
the upgrade to 0.22.1 every boot hangs during the initd. Going into
standalone mode