similar to: [PATCH 0/5] various improvements for make-template.mk

Displaying 20 results from an estimated 700 matches similar to: "[PATCH 0/5] various improvements for make-template.mk"

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
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
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
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich, This series includes patches to make `make syntax-check` pass. Some of the fix require change to maint.mk, but the file is not in git repo. Is it intended? Thanks! Hu Tao (13): syntax-check: dirty hack to pass bindtextdomain check syntax-check: fix error_message_period check syntax-check: fix makefile_at_at_check syntax-check: fix prohibit_assert_without_use check
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
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(-) diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed index
2010 Aug 20
1
Installing a VM to a virtio disk
When provisioning new VMs, is it possible to enable virtio for the guest's storage at the time of the installation? When I try to do so, the Ubuntu installer says, "No root file system is defined" when it gets to the partitioning step. Here's the disk option I'm giving to virt-install: --disk pool=libvirt-pool,size=4,bus=virtio (I'm also using
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(-) >
2009 Feb 23
3
Require package not working as expected
I have the following as part of a module: -------------------------------------------------------------------------------- # Ensure "lsb-release" installed package {"lsb-release": ensure => installed, } # Use our sources.list file { "/etc/apt/sources.list": owner => root, group => root, mode =>
2015 Jul 17
3
ups does not reboot itself
El 16/07/15 a les 14:16, Charles Lepple ha escrit: > On Jul 16, 2015, at 5:09 AM, dmanye <dmanye at urv.cat> wrote: > >> surprisingly, now both computers made the ups reboot !?!?!?!? so i've tried once more and confirmed that while forcing the reboot works, the computer itself does not reboot the ups when the battery is too low. > I think you figured it out: the UPS
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
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
2011 Jul 11
1
Installing Ubuntu 10.04 XenCenter
I''m attempting to load Ubuntu 10.04 x64 using this tutorial here: http://community.citrix.com/display/xs/Installing+Ubuntu+Server+10.04+%2832bit+and+64bit%29+LTS I''ve folowed the instructions to step number 3 and am at this point here: -- quiet console=hvc0 partman/default filesystem=ext3 The problem is... i think, that I want to use XFS like this: -- quiet console=hvc0
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
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:
2009 Jul 16
1
[PATCH node-image] Removes the explicit setting of the emulator for testing.
Instead, the script lets libvirt determine which emulator to use. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- autotest.sh | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/autotest.sh b/autotest.sh index c9f8a2d..96a15b5 100755 --- a/autotest.sh +++ b/autotest.sh @@ -270,7 +270,6 @@ define_node () { # flexible options # define defaults,
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
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 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
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