From fda863432ac5f33659cf9ae079725a9a863f09a9 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 22 Oct 2012 08:50:46 -0400 Subject: [PATCH] little TODO in nd_createappliance on preseeding solution --- vm/tools/nd_createappliance | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vm/tools/nd_createappliance b/vm/tools/nd_createappliance index fc76bcb..fd4cbdf 100755 --- a/vm/tools/nd_createappliance +++ b/vm/tools/nd_createappliance @@ -134,6 +134,10 @@ _info "Run Debian Installer" VBoxManage startvm "${vm_name}" +# TODO: see if we could just use virtinst (virt-install tool) to run d-i +# with pre-seeding without this hackery. See +# http://honk.sigxcpu.org/con/Preseeding_Debian_virtual_machines_with_virt_install.html +# for an example sleep 5 # give some time to make sure we get to menu # Send our sequence -- cruel way #VBoxManage controlvm "${vm_name}" keyboardputscancode \ -- 2.39.5