Hello,
i try to install a FAI 4.0.3 Server. In my nfsroot.conf i changed the
NFSROOT Path to: NFSROOT=192.168.60.149:/srv/fai/nfsroot
After a fai-chboot the generated the pxe File with the "aufs" option,
because the check in the fai-chboot script do the following:
if ($opt_i) {
# check if we use live-boot or dracut inside the nfsroot
if ( -d "$nfsroot/live/filesystem.dir/boot") {
$bopt="boot=live";
} else {
$bopt="aufs";
I changed this to:
if ( -d "$nfsroot/live/filesystem.dir/boot" || "$nfsroot")
I think this is not very comfortable..........
greets
Steffen