search for: init_automatically_partit

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

2007 Nov 06
1
Just a couple of hang-out install questions
Hello, I am trying to do a non-interactive installation on a system with only a serial port console. The serial port only piece is working and most of the questions are pre-seeded (answered). However, I can't seem to figure out what the question codes are for these last seven. :( ``debconf-get-selections'' did not print anything out that I can correlate with these questions. Where
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...an true -d-i netcfg/get_nameservers string $c{NetNameservers} -#d-i netcfg/get_netmask string \$c{NetNetmask} -#d-i netcfg/get_gateway string \$c{NetGateway} -d-i netcfg/confirm_static boolean true -d-i netcfg/get_domain string $c{TestHostDomain} -d-i netcfg/wireless_wep string - #d-i partman-auto/init_automatically_partition select regular d-i partman-auto/disk string $disk @@ -685,19 +786,6 @@ d-i partman-auto/expert_recipe string \\ lv_name{ dummy } \\ . -d-i passwd/root-password password xenroot -d-i passwd/root-password-again password xenroot -d-i passwd/user-fullname string FLOSS Xen Test -d-...
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