]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
s/NFS/NBD
authorHarald Hoyer <harald@redhat.com>
Mon, 8 Jun 2009 12:48:39 +0000 (14:48 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 8 Jun 2009 12:48:39 +0000 (14:48 +0200)
test/TEST-40-NBD/test.sh

index aabe916544b4387302a166d1ba64ee3087742e17..cfe894acf8962ad1e85b9128593708e30a4d1a5c 100755 (executable)
@@ -4,11 +4,11 @@ TEST_DESCRIPTION="root filesystem on NBD"
 KVERSION=${KVERSION-$(uname -r)}
 
 # Uncomment this to debug failures
-#DEBUGFAIL="rdinitdebug rdnetdebug rdbreak"
+#DEBUGFAIL="rdinitdebug rdnetdebug"
 
 run_server() {
     # Start server first
-    echo "NBD TEST SETUP: Starting DHCP/NFS server"
+    echo "NBD TEST SETUP: Starting DHCP/NBD server"
 
     $testdir/run-qemu -hda server.ext2 -hdb nbd.ext2 -m 512M -nographic \
        -net nic,macaddr=52:54:00:12:34:56,model=e1000 \