From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aah1l-000848-BN for barebox@lists.infradead.org; Tue, 01 Mar 2016 09:55:39 +0000 Received: by mail-wm0-x241.google.com with SMTP id 1so3162585wmg.2 for ; Tue, 01 Mar 2016 01:55:20 -0800 (PST) From: yegorslists@googlemail.com Date: Tue, 1 Mar 2016 10:54:24 +0100 Message-Id: <1456826064-27092-2-git-send-email-yegorslists@googlemail.com> In-Reply-To: <1456826064-27092-1-git-send-email-yegorslists@googlemail.com> References: <1456826064-27092-1-git-send-email-yegorslists@googlemail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 2/2] Documentation/filesystems: pstore: fix formatting To: barebox@lists.infradead.org From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- Changes: v2: leave iomem output as is Documentation/filesystems/pstore.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/filesystems/pstore.rst b/Documentation/filesystems/pstore.rst index 74acd87..0f3a223 100644 --- a/Documentation/filesystems/pstore.rst +++ b/Documentation/filesystems/pstore.rst @@ -12,6 +12,7 @@ messages are stored by the kernel in a specified RAM area which is never overwritten by any user. This data can be accessed after a reboot through /pstore in Barebox or the kernel. The pstore filesystem is automatically mounted at boot:: + none on / type ramfs none on /dev type devfs none on /pstore type pstore @@ -40,7 +41,7 @@ and RAM backend support. The kernel receives the parameters describing the layout over the kernel command line. These parameters are automatically generated by Barebox. You can change these parameters in Barebox menuconfig. The RAMOOPS parameters for the Kernel are stored in the variable -global.linux.bootargs.ramoops:: +global.linux.bootargs.ramoops. To see where the RAMOOPS area is located, you can execute iomem in Barebox. The RAMOOPS area is listed as 'persistent ram':: -- 2.1.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox