From 1d9fa600c02fdbd0d2f73f7c64605b736cd1bdd8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 17 Jan 2007 10:07:01 +0000 Subject: - add short section about offline-builds --- docs/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/README') diff --git a/docs/README b/docs/README index 0990d2b58..615736540 100644 --- a/docs/README +++ b/docs/README @@ -13,6 +13,19 @@ You do not need to be root to build or run buildroot. Have fun! -Erik +Offline build: +============== + +In order to do an offline-build (not connected to the net), fetch all +selected source by issuing a +$ make source + +before you disconnect. +If your build-host is never connected, then you have to copy buildroot +and your toplevel .config to a machine that has an internet-connection +and issue "make source" there, then copy the content of your dl/ dir to +the build-host. + More finegrained configuration: =============================== -- cgit v1.2.3