On 08/22/2011 08:16 AM, Schneck Dennis CIS SDE wrote:
> Hello,
> 
> I use: Debian 6 PPC 64bit on IBM Power7 (debian-6.0.2.1-powerpc-DVD-1.iso).
> 
> I try some information from different people, but ipv6 is still active.
> 
> Is I possible to disable it at boot with yaboot in the /etc/yaboot.conf ?
> 


You will have to pass ipv6.disable=1 option to kernel. You can to this
by adding append="ipv6.disable=1" to an image section in yaboot.conf.

Example:

image=/boot/vmlinux
        label=Linux
        read-only
        initrd=/boot/initrd.img
        append="ipv6.disable=1"


run ybin after editing the yaboot.conf file, then reboot.


Milan


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e525cd0.2010...@physics.harvard.edu

Reply via email to