search for: device_remove_md

Displaying 3 results from an estimated 3 matches for "device_remove_md".

2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...anged, 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 myro...
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 14
3
[PATCH] builder: templates: debian: use single-partition layout
...| 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 10000 1000000 ext4 \...