Displaying 2 results from an estimated 2 matches for "b56eb67ff".
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...boot partition, so just create a
> partition using the whole disk space.
> ---
> builder/templates/debian.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
&g...
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
...Also, we don't really need the boot partition, so just create a
partition using the whole disk space.
---
builder/templates/debian.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_no...