From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2000 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: filesystem layout Date: Tue, 25 Sep 2012 13:09:05 +0200 Message-ID: References: <50618D43.2000704@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1348571378 7528 80.91.229.3 (25 Sep 2012 11:09:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2012 11:09:38 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2001-gllmg-musl=m.gmane.org@lists.openwall.com Tue Sep 25 13:09:43 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TGT1L-0003fc-3k for gllmg-musl@plane.gmane.org; Tue, 25 Sep 2012 13:09:43 +0200 Original-Received: (qmail 22479 invoked by uid 550); 25 Sep 2012 11:09:37 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 22466 invoked from network); 25 Sep 2012 11:09:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=34dKM87twb4I50W6oLTb8W9KINegHo6UqVbX96u68aE=; b=J8tPglzbBrW3hJTUAj2QJh1iNZrmkwnuTxjjc+yU8FOpy8zVa+n6Ir21lGrbdo2d5w kHum+jpTTNiycplPkKElizRYIYvGAtvkG2hko4PCvX4nHif4S7sBTlxZOlw8ssMH25Fy 9nTLxACSVFcwYARkcfMumpldn8/YoHVMrRsTggKlxLsPSpW9uLss4ArN5SNizrBolNFl +XRntdopn0MtfmaAlJ7GGNhT5DX0MNSwzC1gHY8cjSmysFyWtDJ8Pxr3OcIkxdX2Bo6l ZlWDyJXeByUZgJmpfrT7YWQv5OMcie4024fFGD8o5gvNlsa2mChxSfe9BhlbTGvJAab6 YViw== In-Reply-To: <50618D43.2000704@gentoo.org> Xref: news.gmane.org gmane.linux.lib.musl.general:2000 Archived-At: > I commend their idea of removing dbus and implementing bluez w/out it. > > Hopefully a libc wouldn't require a specific fs layout. > > lu but I would see /sbin and /lib/exec /bin - all executables /sbin - perm: 700 /boot - all boot files /dev - devices /etc - system configuration /lib - all lib*.so /lib/exec - instead /usr/libexec /opt /svc - services /home - user directories /root - the root home /var - spool, run, log, cache /share - man pages, locales, dependencies /devel - development environment /devel/include /devel/lib - all lib*.a /devel/ports - ports, packages /deve/distfiles - packed sources /devel/src - kernel etc. /devel can be easily separated from the system and then the / will be very small. daniel