From 4204309872da5cb401cbb2729d9e2d4869a87f42 Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Thu, 22 Oct 2020 14:58:56 +0900 Subject: agl-basesystem 0.1 --- meta-agl/meta-netboot/README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'meta-agl/meta-netboot/README') diff --git a/meta-agl/meta-netboot/README b/meta-agl/meta-netboot/README index b571186b..dc545b2f 100644 --- a/meta-agl/meta-netboot/README +++ b/meta-agl/meta-netboot/README @@ -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. -- cgit 1.2.3-korg