search for: 3cffb3b9b

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

2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...ion, 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 par...
2017 Aug 26
5
[PATCH 1/2] builder/templates/debian.preseed: enable serial console
...tfs source tree: - builder/templates/make-template.ml - Associated files used to prepare this template can be found in the - same directory. - + --firstboot-command "dpkg-reconfigure openssh-server" diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed index 3cffb3b9b..1f13eadbd 100644 --- a/builder/templates/debian.preseed +++ b/builder/templates/debian.preseed @@ -439,4 +439,5 @@ d-i finish-install/reboot_in_progress note # directly, or use the apt-install and in-target commands to easily install # packages and run commands in the target system. #d-i presee...
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
...n'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_nooverwrite b...