On Fri, Oct 28, 2005 at 02:01:32PM -0500, Patrick Finnegan wrote:
> It it me, or am I the only one that cares about netbooting an installer 
> on powermac...

there are some quirks, i reinstalled my tibook using netboot, so it works, but
ideally we should ship a working yaboot.conf for netboot in the netboot
images.

I used the attached yaboot.conf :

Friendly,

Sven Luther
device=enet:
partition=0
timeout=50
init-message="Debian GNU/Linux Network boot"
default=sid

image=sarge/vmlinux
        label=sarge
        initrd=sarge/initrd.gz
        append=" video=radeonfb root=/dev/ram --"
        read-only

image=sid/vmlinux
        label=sid
        initrd=sid/initrd.gz
        append=" video=radeonfb root=/dev/ram --"
        read-only

image=sid/vmlinux
        label=expert
        initrd=sid/initrd.gz
        append=" DEBCONF_PRIORITY=low video=radeonfb root=/dev/ram --"
        read-only

image=exp/vmlinux
        label=exp
        initrd=exp/initrd.gz
        append=" video=radeonfb root=/dev/ram --"
        read-only

image=exp/vmlinux
        label=expert
        initrd=exp/initrd.gz
        append=" DEBCONF_PRIORITY=low video=radeonfb root=/dev/ram --"
        read-only

Reply via email to