Thomas Lange wrote:
On Tue, 6 Jan 2009 17:28:49 +0100, "Robert Simon" <[email protected]> said:

    > ich habe ein kleines Problem mit der aktuellen FAI Version 3.2.15 und dem 
fai-chboot Tool.
    > /usr/sbin/fai-chboot -k "password=$password vga=normal 
initrd=rescue-rootfs.cgz rw" -v rescue-kernel /dev/ram0 $host
    > Das Problem ist, dass das aktuelle fai-chboot keine append Parameter mehr zu schreiben 
scheint. Ein simples "fai-chboot -k "bla" rescue-kernel server1" schreibt mir 
leider nur folgendes PXE File:

    > Hat jemand einen Tipp, wie ich die append Zeile wieder aktivieren kann?
Das gleiche Problem hat gerade jemand im #fai IRC Channel gehabt. Sein
fix:

I fixed it. Added this to line 447 of fai-chboot: $rootfs = "root=/dev/nfs nfsroot=$nfsroot boot=live";

After I came up with that fix, I now call fai-chboot like so:

fai-chboot -vF -k "ip=all FAI_ACTION=install initrd=initrd.img-2.6.24-21-custom" vmlinuz-2.6.24-21-generic <hostname>

Antwort per Email an