search for: partman

Displaying 13 results from an estimated 13 matches for "partman".

Did you mean: hartman
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed > index b56eb67ff..3cffb3b9b 100644 > --- a/builder/templates/debian.preseed > +++ b/builder/templates/debian.preseed > @@ -174,12 +174,23 @@ d-i partman-md/device_remove_md boolean true > # And the same goes for the confirmation to write the lvm partitions. > d-i partman-lvm/confirm boolean true > d-i partman-lvm/confirm_nooverwrite boolean true > +d-i partman-basicfilesystems/no_swap boolean false > + > +d-i partman-auto/exper...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...mirror/http/directory string /$c{DebianMirrorSubpath} +END + return $preseed; +} + +sub preseed_create_guest ($$;@) { + my ($ho, $sfx, %xopts) = @_; + + my $suite= $xopts{Suite} || $c{DebianSuite}; + + my $preseed_file= preseed_base($suite); + $preseed_file.= (<<END); +d-i partman-auto/method string regular +d-i partman-auto/choose_recipe \\ + select All files in one partition (recommended for new users) +d-i partman/confirm_write_new_label boolean true +d-i partman/choose_partition \\ + select Finish partitioning and wri...
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 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:
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 partman/default filesystem=xfs I tried already with xfs, but the system never loaded. Am I stuck with ext3 or is there a way to use xfs? Thank you! __________________________________...
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
2013 Jul 18
0
Processed: dealing with old installation-reports and d-i related bugs
Processing commands for control at bugs.debian.org: > reassign 545987 partman-newworld Bug #545987 [debian-installer] debian-installer bug on powerpc Bug reassigned from package 'debian-installer' to 'partman-newworld'. Ignoring request to alter found versions of bug #545987 to the same values previously set Ignoring request to alter fixed versions of bug #54...
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
...ian.preseed | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed index b56eb67ff..3cffb3b9b 100644 --- a/builder/templates/debian.preseed +++ b/builder/templates/debian.preseed @@ -174,12 +174,23 @@ d-i partman-md/device_remove_md boolean true # And the same goes for the confirmation to write the lvm partitions. d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true +d-i partman-basicfilesystems/no_swap boolean false + +d-i partman-auto/expert_recipe string myroot :: 500...
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
2015 Jul 20
1
ups does not reboot itself
...arate partition. NUT stores some files in /var/run/nut but on my wheezy setup, /var/run is a symlink to /run (on tmpfs) so there shouldn't be an issue. Does 'lsof' show any references to /var that would prevent proper shutdown? > hello, i've repeated the installation process. my partman preseed setup contains separate partitions for / /boot /usr /var /tmp with this setup, issuing the command 'upsmon -c fsd' stops the server but does not make the ups 'reboot' the output outlets. i've repeated the installation without a separate parti...
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
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
...2v/test-v2v-print-source.sh | 4 +- 11 files changed, 395 insertions(+), 395 deletions(-) diff --git a/builder/website/debian.preseed b/builder/website/debian.preseed index faa4430..d3158a5 100644 --- a/builder/website/debian.preseed +++ b/builder/website/debian.preseed @@ -227,7 +227,7 @@ d-i partman/confirm_nooverwrite boolean true # so this will only work if the disks are the same size. #d-i partman-auto/disk string /dev/sda /dev/sdb -# Next you need to specify the physical partitions that will be used. +# Next you need to specify the physical partitions that will be used. #d-i partman-...
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