summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/nfs.rst
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-03-01 10:54:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-03-02 19:16:52 +0100
commit74d09efa549c0287a8741018f046774f37d997cd (patch)
tree2e5bfe43f052532eba3b7219b1e72768b24c9318 /Documentation/filesystems/nfs.rst
parentc9daed943e7bbb60f19b34f2b16ab9ab9bab16ea (diff)
downloadbarebox-74d09efa549c0287a8741018f046774f37d997cd.tar.gz
barebox-74d09efa549c0287a8741018f046774f37d997cd.tar.xz
Documentation/filesystems: add barebox prompt to the shell commands
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/filesystems/nfs.rst')
-rw-r--r--Documentation/filesystems/nfs.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/nfs.rst b/Documentation/filesystems/nfs.rst
index 4469ac1dff..ab51241549 100644
--- a/Documentation/filesystems/nfs.rst
+++ b/Documentation/filesystems/nfs.rst
@@ -9,7 +9,7 @@ barebox has readonly support for NFSv3 in UDP mode.
Example::
- mount -t nfs 192.168.23.4:/home/user/nfsroot /mnt/nfs
+ barebox:/ mount -t nfs 192.168.23.4:/home/user/nfsroot /mnt/nfs
The barebox NFS driver adds a ``linux.bootargs`` device parameter to the NFS device.
This parameter holds a Linux kernel commandline snippet containing a suitable root=
@@ -17,7 +17,7 @@ option for booting from exactly that NFS share.
Example::
- devinfo nfs0
+ barebox:/ devinfo nfs0
...
linux.bootargs: root=/dev/nfs nfsroot=192.168.23.4:/home/sha/nfsroot/generic-v7,v3,tcp