From patchwork Tue Mar 20 23:09:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 147862 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 7B4A3B6EEA for ; Wed, 21 Mar 2012 10:12:07 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 278631011E6; Tue, 20 Mar 2012 23:12:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7SJ+RM751SfP; Tue, 20 Mar 2012 23:12:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 746E0101113; Tue, 20 Mar 2012 23:11:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id DE8F88F75B for ; Tue, 20 Mar 2012 23:11:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D2FED8D089 for ; Tue, 20 Mar 2012 23:11:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OV0XhbnRmf8z for ; Tue, 20 Mar 2012 23:11:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id BEA738D0AC for ; Tue, 20 Mar 2012 23:10:59 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id m1so946014wer.16 for ; Tue, 20 Mar 2012 16:10:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=EQaHkseYl3vubx9gQDbhUaxDbPHUAuXPojg5eLclOLk=; b=aN5lJ9KVumUOcmJpD3HUGSSL3E6aAhnX08GQLyGqvGqALW1IxUKG9Vp8/Gkm5WvObZ hTmjevcfHxUFgFMlaXyHPudtVVTpSKXX2V3ECRIbu/d0m1Wa4shX3/pQ2EukDFGTmznO akJceJcPrbjYGSPsuYyJJEJWcodD7Bxe0jpT265J3dVUpj39GGcVm2ckjVD3EO6kV0HD OTO4phlb7og1mdoEbonh1Kph4HrMYKDaAuZAJWbAV+4hjurRGZ0reBIdC/ahc/0imoRL ++BZ5R91iWNhPbnCMQE3StoaSLsLYINCn/mcuAJvS4hRxEoV6nrSIaCMTwSQhATsg+H9 VvAw== Received: by 10.216.138.17 with SMTP id z17mr975735wei.18.1332285059426; Tue, 20 Mar 2012 16:10:59 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id fz9sm37727837wib.3.2012.03.20.16.10.57 (version=SSLv3 cipher=OTHER); Tue, 20 Mar 2012 16:10:58 -0700 (PDT) From: Samuel MARTIN To: buildroot@busybox.net Date: Wed, 21 Mar 2012 00:09:58 +0100 Message-Id: <1332285001-12881-9-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.7.9.4 In-Reply-To: <1332285001-12881-1-git-send-email-s.martin49@gmail.com> References: <1332285001-12881-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 08/11] manual: rework the intro of customize-rootfs.txt X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Samuel MARTIN --- docs/manual/customize-rootfs.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/customize-rootfs.txt b/docs/manual/customize-rootfs.txt index 123c97f..d067e31 100644 --- a/docs/manual/customize-rootfs.txt +++ b/docs/manual/customize-rootfs.txt @@ -2,7 +2,9 @@ Customizing the generated target filesystem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -There are a few ways to customize the resulting target filesystem: +Apart changing one or another configuration through +make +*-menuconfig+, there are a few ways to customize the resulting target +filesystem: * Customize the target filesystem directly and rebuild the image. The target filesystem is available under +output/target/+. You can