Update AGL netboot documentation 26/22126/4
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 9 Aug 2019 08:49:33 +0000 (10:49 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 5 Sep 2019 15:01:34 +0000 (15:01 +0000)
- AGL support now nbd v3 protocol for net booting.

Change-Id: If7b9cd261115de5aa9133ccf926647edf483b08a
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
meta-netboot/README

index b571186..dc545b2 100644 (file)
@@ -8,11 +8,20 @@ Content and usage
 
 This layer creates a new supplementary initrd image which can be downloaded through TFTP with the kernel.
 At boot time, the init script will try to mount the rootfs based on the following kernel command line parameters:
+
 * nbd.server: IP address to reach the NBD server
-* nbd.port: TCP port on which server is listening (default: 10809)
 * nbd.dev: nbd device to use (default: /dev/nbd0)
 * nbd.debug: activate debug mode (init script is then interruptible)
 
+For nbd v2:
+
+* nbd.port: TCP port on which server is listening (default: 10809)
+
+For nbd v3:
+
+* nbd.namev3: The name of the image served by nbd-server.
+
+
 The layer meta-netboot contains recipes for the following components:
 * busybox: activate the built-in NBD client
 * initramfs-netboot: contains the init script started by the kernel: basically, this script mounts the real root filesystem, then pivot_root on it and finally exec systemd.