From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from alyss.skarnet.org (alyss.skarnet.org [95.142.172.232]) by inbox.vuxu.org (Postfix) with SMTP id 2EC0F223C2 for ; Sun, 7 Apr 2024 13:25:14 +0200 (CEST) Received: (qmail 3136 invoked by uid 89); 7 Apr 2024 11:25:40 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 3129 invoked from network); 7 Apr 2024 11:25:40 -0000 From: "Laurent Bercot" To: supervision Subject: Re: Sample Configuration Date: Sun, 07 Apr 2024 11:25:12 +0000 Message-Id: In-Reply-To: References: Reply-To: "Laurent Bercot" User-Agent: eM_Client/9.2.2157.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable >I'm building a Linux system based on musl and Busybox. I'm considering usi= ng s6/s6-rc as an init/supervision system. I see there are good docs on all = the skanet.org programs, but I can't find an example of a working configur= ation that puts them together. Is there an example available somewhere? In addition to everything that has been said, you could check out lh-bootstrap. https://github.com/skarnet/lh-bootstrap It's a tool I use to build a complete VM using musl, busybox and=20 skarnet.org utilities from scratch, so I can test it under qemu. The layout of the filesystem there should give you an idea of how I intend the whole thing to be used. ;) -- Laurent