--- test/TEST-20-NFS/dhcpd.conf | 2 +- test/TEST-20-NFS/exports | 5 ++--- test/TEST-20-NFS/test.sh | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/test/TEST-20-NFS/dhcpd.conf b/test/TEST-20-NFS/dhcpd.conf index 7ee1cac..79b6a7b 100644 --- a/test/TEST-20-NFS/dhcpd.conf +++ b/test/TEST-20-NFS/dhcpd.conf @@ -13,7 +13,7 @@ subnet 192.168.50.0 netmask 255.255.255.0 { group { # NFSv3 root=dhcp or root={/dev/,}nfs, use server-id - option root-path "/client"; + option root-path "/nfs/client"; host nfs3-1 { hardware ethernet 52:54:00:12:34:00; diff --git a/test/TEST-20-NFS/exports b/test/TEST-20-NFS/exports index 0ec4f0c..2701877 100644 --- a/test/TEST-20-NFS/exports +++ b/test/TEST-20-NFS/exports @@ -1,3 +1,2 @@ -/ 192.168.50.0/24(ro,fsid=0,insecure,no_subtree_check,no_root_squash) -/client 192.168.50.0/24(ro,insecure,no_subtree_check,no_root_squash) - +/nfs 192.168.50.0/24(ro,fsid=0,insecure,no_subtree_check,no_root_squash) +/nfs/client 192.168.50.0/24(ro,insecure,no_subtree_check,no_root_squash) diff --git a/test/TEST-20-NFS/test.sh b/test/TEST-20-NFS/test.sh index 580c4df..5ec2341 100755 --- a/test/TEST-20-NFS/test.sh +++ b/test/TEST-20-NFS/test.sh @@ -99,8 +99,8 @@ test_setup() { ) # Make client root inside server root - initdir=mnt/client - mkdir $initdir + initdir=mnt/nfs/client + mkdir -p $initdir ( . $basedir/dracut-functions -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html