Re: howto boot+preseed kfreebsd in qemu

2013-02-24 Thread Holger Levsen
Hi Steven, sorry, was busy with other stuff... On Samstag, 9. Februar 2013, Steven Chamberlain wrote: > 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, enter) yes, I could do this with jenkins (with xdotool)

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

2013-02-10 Thread Steven Chamberlain
On 10/02/13 22:42, Philipp Kern wrote: > On Fri, Feb 08, 2013 at 07:39:46PM +, Steven Chamberlain wrote: >> $ 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=writeback -no-reboot > Is it possi

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

2013-02-10 Thread Philipp Kern
On Fri, Feb 08, 2013 at 07:39:46PM +, Steven Chamberlain wrote: > $ 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=writeback -no-reboot > > (Of course, replace /dev/sdX with appropriate loop/bl

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

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

2013-02-08 Thread Steven Chamberlain
Hi Holger, On 08/02/13 13:21, Holger Levsen wrote: > I'd be happy to add kreebsd d-i tests to jenkins.debian.net if someone > could help me come up with the right qemu command options, ie for > --kernel, --initrd and --append. That would be wonderful, I've been working toward something like this.