http://bugzilla.novell.com/show_bug.cgi?id=504652 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=504652#c4 --- Comment #4 from Marcus Schaefer <ms@novell.com> 2009-05-18 08:20:49 MDT --- does the following patch solve the problem ? diff --git a/modules/KIWILinuxRC.sh b/modules/KIWILinuxRC.sh index a0d3e3a..f739221 100644 --- a/modules/KIWILinuxRC.sh +++ b/modules/KIWILinuxRC.sh @@ -3294,11 +3294,15 @@ function mountSystemClicFS { #-------------------------------------- mkdir -p $roDir #====================================== - # check for NFS export location + # check for NFS,AOE,NBD export location #-------------------------------------- - if [ ! -z "$NFSROOT" ];then + if \ + [ ! -z "$NFSROOT" ] || \ + [ ! -z "$AOEROOT" ] || \ + [ ! -z "$NBDROOT" ] + then if ! kiwiMount "$imageRootDevice" "$roDir" "" $loopf;then - Echo "Failed to mount NFS filesystem" + Echo "Failed to mount remote filesystem" return 1 fi loopf=$(ls -1 $roDir/*.clicfs &>/dev/null) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.