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/block

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 possible to

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=writeback

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

howto boot+preseed kfreebsd in qemu (was Re: netcfg: installation on kfreebsd maybe broken? (was: Bug#698626: Preseeding netcfg/enable doesn't work)

2013-02-08 Thread Holger Levsen
Hi, On Freitag, 8. Februar 2013, Philipp Kern wrote: So writing out interfaces is broken on kfreebsd since November and nobody noticed. 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

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

2013-02-08 Thread Michael Tokarev
08.02.2013 17:21, Holger Levsen пишет: On Freitag, 8. Februar 2013, Philipp Kern wrote: So writing out interfaces is broken on kfreebsd since November and nobody noticed. 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

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.