search for: choose_recip

Displaying 4 results from an estimated 4 matches for "choose_recip".

Did you mean: choose_recipe
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...+ 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 > + > +d-i partman-auto/choose_recipe select myroot > > # Or provide a recipe of your own... > # If you have a way to get a recipe file into the d-i environment, you can Sorry for the delay, I have been (in fact, still am) on holiday. I pushed this now. Thanks,...
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
...+ 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 + +d-i partman-auto/choose_recipe select myroot # Or provide a recipe of your own... # If you have a way to get a recipe file into the d-i environment, you can -- 2.14.1
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...rn $preseed; +} + +sub preseed_create_guest ($$;@) { + my ($ho, $sfx, %xopts) = @_; + + my $suite= $xopts{Suite} || $c{DebianSuite}; + + my $preseed_file= preseed_base($suite); + $preseed_file.= (<<END); +d-i partman-auto/method string regular +d-i partman-auto/choose_recipe \\ + select All files in one partition (recommended for new users) +d-i partman/confirm_write_new_label boolean true +d-i partman/choose_partition \\ + select Finish partitioning and write changes to disk + +d-i partman/confirm boolean true...
2017 Jul 10
7
[PATCH 0/5] various improvements for make-template.mk
Hi, this series improves the generation of Debian templates, automating basically almost all the steps needed. Also, it fixes the generation of aarch64 images with NVRAM, which is currently removed too soon, and thus not saved and compressed. Thanks, Pino Toscano (5): builder: templates: update Debian preseed from Stretch builder: templates: generalize debian location builder: templates: