ref: 533c792292dfff8e7c0a22d3e565acc84866c78c
parent: e8da1bbf36b74fd21a42ce3f66aff8cc58928090
	author: cinap_lenrek <cinap_lenrek@felloff.net>
	date: Thu Aug 21 10:54:02 EDT 2025
	
bootrc: make sure to reset #ec/nobootprompt on reboot!kernel!... boot
--- a/sys/src/9/boot/reboot.rc
+++ b/sys/src/9/boot/reboot.rc
@@ -32,7 +32,7 @@
# set new kernel parameters
echo -n $bootargs > '#ec/bootargs'
- rm -f '#ec/bootloop'
+ rm -f '#ec/bootloop' '#ec/nobootprompt'
# remove part of our temporary root
/mnt/broot/$cputype/bin/unmount /$cputype/bin /bin
--
⑨