>>>>> 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";
--
regards Thomas