Displaying 1 result from an estimated 1 matches for "install_cfg".
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...reseed_create_guest($gho, '''');
+
+ print("preseed: $ps_url\n");
+
+ my $onreboot= ''restart'';#$xopts->{OnReboot} || ''restart'';
+ my $vcpus= guest_var($gho, ''vcpus'', 2);#$xopts->{DefVcpus} || 2);
+ my $install_cfg= <<END;
+name = ''$gho->{Name}''
+memory = ${ram_mb}
+#
+kernel = "/tmp/di_kernel"
+ramdisk = "/tmp/di_initrd"
+extra = "debian-installer/exit/always_halt=true -- console=hvc0 auto-install/enable=true hostname=$gho->{Name} d...