Displaying 3 results from an estimated 3 matches for "use_filesystem".
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...n 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:   separate /home partition
>  # - multi:  separate /home, /var, and /tmp partitions
> -d-i par...
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
...m 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:   separate /home partition
 # - multi:  separate /home, /var, and /tmp partitions
-d-i partman-auto/choose_recipe select atomic
+...