From e8f4eaceddbdf7347584871f310dd6c785be9d1b Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 26 May 2015 16:10:07 +0200 Subject: Documentation: blspec: Document blspec over NFS We support booting blspec entries found on NFS servers, add documentation for it. Signed-off-by: Sascha Hauer --- Documentation/user/booting-linux.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Documentation/user/booting-linux.rst') diff --git a/Documentation/user/booting-linux.rst b/Documentation/user/booting-linux.rst index fd1ba560d6..ac44cbad62 100644 --- a/Documentation/user/booting-linux.rst +++ b/Documentation/user/booting-linux.rst @@ -197,6 +197,13 @@ The entry can be listed with the -l option: When on barebox the SD card shows up as ``mmc1`` then this entry can be booted with ``boot mmc1`` or with setting ``global.boot.default`` to ``mmc1``. +A bootloader spec entry can also reside on an NFS server in which case a RFC2224 +compatible NFS URI string must be passed to the boot command: + +.. code-block:: sh + + boot nfs://nfshost//path/ + Network boot ------------ -- cgit v1.2.3