From de18b49ee371861d618148dd40467630d285bcd5 Mon Sep 17 00:00:00 2001 From: Ox Date: Mon, 12 Oct 2020 15:20:25 +0200 Subject: [PATCH] Fix: README.md - Add missing mounting point --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f64ab6c7..5a90072dc 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ docker run -it minimal-linux-live /bin/sh It is also possible to start MLL over network, using PXE mechanism (often called PXE diskless boot). To achieve that, before building MLL, edit src/.config and set ``OVERLAY_LOCATION`` to ``rootfs`` instead of default ``iso``. Then follow build process, which will build the minimal_linux_live.iso. Extract kernel and rootfs from this iso, and assuming webserver is using ``/var/www/html/`` folder as index, copy files here: ``` -mount minimal_linux_live.iso +mount minimal_linux_live.iso /mnt cp -a /mnt/boot/kernel.xz /var/www/html/ cp -a /mnt/boot/rootfs.xz /var/www/html/ ```