Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752639AbdHIDaY (ORCPT ); Tue, 8 Aug 2017 23:30:24 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:35282 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497AbdHIDaX (ORCPT ); Tue, 8 Aug 2017 23:30:23 -0400 Date: Wed, 9 Aug 2017 05:30:11 +0200 From: Willy Tarreau To: Rob Landley Cc: Thomas Meyer , linux-kernel@vger.kernel.org Subject: Re: INITRAMFS_SOURCE broken by 6e19eded3684dc184181093af3bff2ff440f5b53? Message-ID: <20170809033011.GB28502@1wt.eu> References: <20170808114625.GA13532@localhost.localdomain> <20170808120442.GE27367@1wt.eu> <6a32fa08-d11a-e49e-89f2-a874978c8d79@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6a32fa08-d11a-e49e-89f2-a874978c8d79@landley.net> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 413 Lines: 11 On Tue, Aug 08, 2017 at 05:12:03PM -0500, Rob Landley wrote: > If your rootfs has a size= in /proc/mounts it's tmpfs, ala: > > rootfs / rootfs rw,size=126564k,nr_inodes=31641 0 0 You're right, I have it and thought about it. Anyway the point is that it works transparently for me. Apparently for Thomas there's an issue where his initramfs isn't properly extracted and he ends up with an empty rootfs. Willy