On Sun, 2008-06-29 at 03:02 +0200, Miklos Vajna wrote:
> On Sat, Jun 28, 2008 at 08:35:07PM +0000, Cory Burgett <[EMAIL PROTECTED]> 
> wrote:
> >  
> >  qemu:
> > -   $(QEMU) -kernel vmlinuz-$(KERNELV)-fw$(KERNELREL)-$(CARCH) -initrd \
> > +   $(QEMU) -net nic,vlan=1 -net user,vlan=1 -kernel 
> > vmlinuz-$(KERNELV)-fw$(KERNELREL)-$(CARCH) -initrd \
> >     initrd-$(CARCH).img -append "$(KERNEL_OPTS)" $(QEMU_OPTS)
> 
> this is just your local config, not related to debug. use
> 
> make QEMU_OPTS="-hda ~/documents/qemu/hda.img -net nic,vlan=1 -net 
> user,vlan=1"

Sorry, I forgot I did that...

> > +#!/bin/sh
> > +
> > +echo -n "Preparing valgrind..."
> > +mount -t proc none /proc
> > +mount -t sysfs none /sys
> > +mount -t tmpfs none /tmp
> > +/etc/rc.d/rc.udev
> > +
> > +echo " OK. Starting setup..."
> > +/usr/bin/valgrind /bin/setup
> > +
> 
> isn't this too much?
> 
> setup does this already. gdb needs iirc /proc, but running rc.udev twice
> is definitely an overkill.

No, valgrind itself won't run unless that stuff is taken care of first.

> the rest looks fine.

-- 
Cory Burgett
~
~
:wq

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to