From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8448 invoked from network); 12 May 2022 14:24:09 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 12 May 2022 14:24:09 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Thu May 12 10:21:34 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 0f04fdb5 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Thu, 12 May 2022 07:21:22 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Thu, 12 May 2022 10:21:20 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: descriptor just-in-time backend Subject: Re: [9front] [PATCH] Unmount to remove sharp devices. Reply-To: 9front@9front.org Precedence: bulk Quoth Jacob Moody : > >> diff 9126ee3eea90d639f4e877c01400248581d10f65 uncommitted > >> --- a/lib/namespace > >> +++ b/lib/namespace > >> @@ -1,5 +1,6 @@ > >> # root > >> mount -aC #s/boot /root $rootspec > >> +bind $rootdir'/rc' /rc > >> bind -a $rootdir / > > > > Wondering why this change was needed; did a local change > > leak in? > > > > Yeah I dont love this, but there is some reason. > > rc needs /rc/lib/rcmain maybe we change that, and either make it optional or hard code it into rc? (does anyone customize it?)