From 1648818274c3948b190236260b839d5fb07059c8 Mon Sep 17 00:00:00 2001 From: "A.Kasper" Date: Mon, 30 Nov 2015 23:58:32 +0100 Subject: [PATCH] added how to copy images without symlinks --- docs/user/getting_started.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index d1e7d254..abea12b4 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -95,6 +95,12 @@ images are to be used when flashing from the original firmware a device came wit and sysupgrade is to upgrade from other versions of Gluon or any other OpenWRT-based system. +Some images in the output/images directory are symbolic links to identical other +images. If you don't want them (e.g. for your webserver), you can copy the folder +with e.g.:: + + cp output/images /var/www -RL + You should reserve about 10GB of disk space for each `GLUON_TARGET`. There are two levels of `make clean`::