X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by lists.alpinelinux.org (Postfix) with ESMTP id E29D6170000BA for ; Wed, 19 Nov 2008 18:45:52 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id d21so47811nfb.35 for ; Wed, 19 Nov 2008 10:45:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:cc:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=Ur2HY2hDsICCugw+okLWry+6TRJPgv2gMM9Zek5+UNQ=; b=DU0M7l722ny5EAp8j1n7unCsH25OyPBKfxLw17r5BE93ll+sAyKiBAx3aANQ9ronkI h6dqirH+wNNRQoeo/pB4O+ri/qvhYaiWdO/NbInMnlJXdal1dQKzWGibZYBo0ac1WsVF ZTpoLa0IcFyyLrlchuf5DxLny/Ie5grNc6gMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:cc :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=MhrDG3X0nS4dsURga7jjOMTcGlR4eRXuNBYBeyYoLfMhoKOLfCT6BKlFL9J+Jz06Zc q2H0hrVh2TQ8V13bUAhrM08Jj6bS2tuT5J0DDYRgdhhbgyh86bPu2y76B2CfP//OKsi3 CkDxaFAk1fei4ltUTXtOraQx+4aUGOmG/6Hac= Received: by 10.210.58.17 with SMTP id g17mr1229488eba.63.1227120351829; Wed, 19 Nov 2008 10:45:51 -0800 (PST) Received: from ?192.168.7.111? ([62.63.130.154]) by mx.google.com with ESMTPS id i7sm25293558nfh.5.2008.11.19.10.45.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Nov 2008 10:45:50 -0800 (PST) From: Jan Klod To: Natanael Copa Subject: Re: [alpine-devel] How Alpine stores OS in RAM? Date: Wed, 19 Nov 2008 21:45:49 +0200 User-Agent: KMail/1.9.9 References: <200811071330.45777.janklodvan@gmail.com> <1226055052.31131.43.camel@nc> In-Reply-To: <1226055052.31131.43.camel@nc> Cc: alpine-devel@lists.alpinelinux.org X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811192145.49931.janklodvan@gmail.com> On Friday 07 November 2008 12:50:52 you wrote: > On Fri, 2008-11-07 at 14:30 +0300, Jan Klod wrote: > > Since I still try building a gentoo-similar OS in RAM, I would > > appreciate, if someone tells me how Alpine is stored in RAM? > > During boot, the initramfs script will mount a tmpfs root where the > base.tar.bz2 is extracted and then it just 'switch_root' and 'exec init' Please post the root filesystem line of fstab! I am doing switch_root from initramfs and that is currently the problem. > Does that explain? The alpine runtime is not really a gentoo system. Its > alot smaller alpien system. Yes, could be, I just got an operational gentoo-id of 160MB, which has gcc. But that is not a clean work like yours - it has no portage. > > Jan > > -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---