From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 20 Apr 2019 01:01:02 +0200 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: fd2fd7ea0940c999@orthanc.ca MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] The lost (9front) boot menus ... Topicbox-Message-UUID: fc9f6cba-ead9-11e9-9d60-3106f5b1d025 > Given a working fileserver config, I want something that does > 'user=foo; nobootpromt=bar', but with a (say) five second timeout. > This is different from the current scheme that provides an escape, > but which requires manual intervention. What I'm looking for is a > timed-out option from the 'nobootprompt=' config, that lets me > override, but only if I'm right there. > It's the same as how (e.g. FreeBSD) lets you interrupt the boot > process and muck about. But if you don't, it times out and boots > the 'default' configuration. err... thats precisely how it works. the ONLY difference is that the timeout is hardcoded to ONE second see: /sys/src/boot/pc/sub.c:304 so your plan9.ini is the default config. and you hit any key during that timeout window, you get to the bootloader console where you can edit the plan9.ini variables (in ram). you can remove variables with the clear command, so you can get rid of nobootprompt. its all documented in 9boot(8). -- cinap