Re: howto boot+preseed kfreebsd in qemu (was Re: netcfg: installation on kfreebsd maybe broken?

2013-02-09 Thread Steven Chamberlain
On 09/02/13 14:53, Holger Levsen wrote: > nice. though I'd actually prefer to boot the mini.iso unmodified and > still get pre-seeding, is that somehow possible? Actually I see this as a really convenient feature of the GRUB-based netinst images. It's very easy to add preseed and other options to

Re: howto boot+preseed kfreebsd in qemu

2013-02-09 Thread Steven Chamberlain
Hi, On 09/02/13 14:53, Holger Levsen wrote: > nice. though I'd actually prefer to boot the mini.iso unmodified and > still get pre-seeding, is that somehow possible? You'd need to get past the GRUB menu firstly; it's configured never to time out. Can Jenkins send keystrokes? (e.g. cursor down,

Re: howto boot+preseed kfreebsd in qemu (was Re: netcfg: installation on kfreebsd maybe broken?

2013-02-09 Thread Holger Levsen
Hi Steve, On Freitag, 8. Februar 2013, Steven Chamberlain wrote: > I'd like to share a recipe that works for an extracted netboot.tar.gz: > > $ qemu-system-x86_64 -m 512 -enable-kvm -net nic -net > user,bootfile=grub2pxe,tftp=. -serial stdio -boot n -drive > if=ide,bus=0,file=/dev/sdX,cache=write