From patchwork Mon Mar 2 11:28:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kinglong Mee X-Patchwork-Id: 5911611 Return-Path: X-Original-To: patchwork-linux-fsdevel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id ACB6BBF440 for ; Mon, 2 Mar 2015 11:28:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E86F920266 for ; Mon, 2 Mar 2015 11:28:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1C96020265 for ; Mon, 2 Mar 2015 11:28:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754047AbbCBL2j (ORCPT ); Mon, 2 Mar 2015 06:28:39 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:37153 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753483AbbCBL2i (ORCPT ); Mon, 2 Mar 2015 06:28:38 -0500 Received: by pabrd3 with SMTP id rd3so42881632pab.4 for ; Mon, 02 Mar 2015 03:28:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=F7i9lIniRuuHB9vvcbxkBc1jJKfUwQgLI4xoCtEBz0A=; b=ew+RIKzZyZFiIL7m5cLSHpmHcD30nub6pjjWep6zWRBuQoL6iap6BrnJEIh8a1Tudm +tYcogxMsXjDUxSplmTRsUyLzOglrYjgb+7AISqNvBMcTCocbeUodBYT8zf7YehUyqKi 1ODP67dgGBsUBd0fArqPvbNC7A49pbqatN/7o7k8/uXdCLT8O2OHe90e+3akvA+hMyYT RaMi1m05rnrx+DAsUa87vH8Ew/3tCvsi8VlhCVglocQURnhX9YIQEZhuzn1s5gPpw2La 1Y5FKc6LW3qUfRY7BMkb6+fd2kvxkVpIVOFx6/cmycz+8AfZXrx21HTtTDQFKPPlM/Ub RcpQ== X-Received: by 10.70.138.35 with SMTP id qn3mr45682103pdb.47.1425295718322; Mon, 02 Mar 2015 03:28:38 -0800 (PST) Received: from [192.168.99.4] ([104.143.41.8]) by mx.google.com with ESMTPSA id ck2sm11624312pbc.80.2015.03.02.03.28.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Mar 2015 03:28:37 -0800 (PST) Message-ID: <54F44960.300@gmail.com> Date: Mon, 02 Mar 2015 19:28:32 +0800 From: Kinglong Mee User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: linux-fsdevel@vger.kernel.org Subject: [PATCH] Documentation/early-userspace/README fix a bad description Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Kinglong Mee --- Documentation/early-userspace/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/early-userspace/README b/Documentation/early-userspace/README index 93e63a9..ed07371 100644 --- a/Documentation/early-userspace/README +++ b/Documentation/early-userspace/README @@ -70,7 +70,7 @@ scripts/gen_initramfs_list.sh. This means that CONFIG_INITRAMFS_SOURCE can really be interpreted as any legal argument to gen_initramfs_list.sh. If a directory is specified as an argument then the contents are scanned, uid/gid translation is performed, and -usr/gen_init_cpio file directives are output. If a directory is +usr/gen_init_cpio file directives are output. If a file is specified as an argument to scripts/gen_initramfs_list.sh then the contents of the file are simply copied to the output. All of the output directives from directory scanning and file contents copying are