ref: 67b05da8331d8693b7e1e2f3c5acadb78458ca3d
parent: cb3f6ebad0a54a603fd1a7405e599764fd9c02e5
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
--
⑨