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=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17448 invoked from network); 14 Jan 2022 12:00:57 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 14 Jan 2022 12:00:57 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 4ess; Fri Jan 14 06:57:24 -0500 2022 Message-ID: <933869E93491203D8172E79DF24353D8@felloff.net> Date: Fri, 14 Jan 2022 12:57:14 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: <4409bc98eac43ea3@orthanc.ca> 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: RESTful social markup Subject: Re: [9front] 9front command line install Reply-To: 9front@9front.org Precedence: bulk > Once you've installed, add the console=0 line to plan9.ini. that should'v been done already by the installer, see: /rc/bin/inst/bootsetup: if(! test -f /tmp/plan9.ini) { @{ echo 'bootfile='^$bootfile echo 'bootargs=local!'^$fs' '$"fsflags if(~ $#nvram 1) echo 'nvram='^$nvram echo 'mouseport='^$mouseport echo 'monitor='^$monitor echo 'vgasize='^$vgasize cd '#ec' for(i in *){ echo -n $"i'=' cat $i echo } | grep -v '(apm0|e820|bootfile|bootargs|bootscreen|nvram|mouseport|monitor|vgasize|cdboot)' } >/tmp/plan9.ini } -- cinap