live-boot or dracut check in fai-chboot
Steffen Knauf
sknauf at chipxonio.de
Wed Sep 26 16:14:53 CEST 2012
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
-------------- n?chster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <http://lists.uni-koeln.de/pipermail/linux-fai/attachments/20120926/7d7bf3bb/attachment.html>
More information about the linux-fai
mailing list