Displaying 6 results from an estimated 6 matches for "expert_recipe".
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...rtman-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 \
> + $primary{ } \
> + $bootable{ } \
> + method{ format } \
> + format{ } \
> + use_filesystem{ } \
> + filesystem{ ext4 } \
> + mountpoint{ / } .
>
> # You can choose one of the three predefined partitioning recipes:
> # -...
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
...fg/get_gateway string \$c{NetGateway}
-d-i netcfg/confirm_static boolean true
-d-i netcfg/get_domain string $c{TestHostDomain}
-d-i netcfg/wireless_wep string
-
#d-i partman-auto/init_automatically_partition select regular
d-i partman-auto/disk string $disk
@@ -685,19 +786,6 @@ d-i partman-auto/expert_recipe string \\
lv_name{ dummy } \\
.
-d-i passwd/root-password password xenroot
-d-i passwd/root-password-again password xenroot
-d-i passwd/user-fullname string FLOSS Xen Test
-d-i passwd/username string osstest
-d-i passwd/user-password password osstest
-d-i passwd/user-password-again...
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
...d
@@ -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 \
+ $primary{ } \
+ $bootable{ } \
+ method{ format } \
+ format{ } \
+ use_filesystem{ } \
+ filesystem{ ext4 } \
+ mountpoint{ / } .
# You can choose one of the three predefined partitioning recipes:
# - atomic: all files in one partition
# - home: s...
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
...irm_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-auto/expert_recipe string \
# multiraid :: \
# 1000 5000 4000 raid \
diff --git a/builder/website/index b/builder/website/index
index 5645ddf..aea33aa 100644
--- a/builder/website/index
+++ b/builder/website/index
@@ -10,14 +10,14 @@...
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