Displaying 2 results from an estimated 2 matches for "basicfilesystems".
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...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 \
> + $primary{ } \
> + $bootable{ } \
> + method{ format } \
> + format{ } \
> + use_filesystem{ } \
> + filesystem{ ext4 } \
> + mountpoint{ / } .
>
> # You can...
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
...plates/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 \
+ $primary{ } \
+ $bootable{ } \
+ method{ format } \
+ format{ } \
+ use_filesystem{ } \
+ filesystem{ ext4 } \
+ mountpoint{ / } .
# You can choose one of the three predefined partitioning recipes...