Quoting Robert Millan <[EMAIL PROTECTED]>: > > {MB} Pass the `-H' option to init (add it to the boot command line), and > > `init' will tell Mach to enter the kernel debugger instead to rebooting > > it. At the debugger prompt (`db>'), you can type `reboot' any time to > > reboot the system. > > --8<-- > > > > > > Maybe that helps in your case? > > I'm not working on GNU/Hurd currently, but I think the default behaviour > instead of reboot should either be halt or enter the debugger.
The `-H' option does not work anymore (please correct me if I am wrong). This used to work with serverboot, I think there is something wrong with the bootscript or how Mach or ext2fs.static passes the argument to init. It is easy to change GNU Mach so it just stops (for (;;); or perhaps just halting the system) instead of rebooting. This might be useful when GNU Mach crashes and you want to report it. I already have the "for (;;);" hack in my tree. Perhaps I can even change GNU Mach so this becomes the default behaviour and you can use an argument to switch to the old behavior. Does someone think such patch would be useful? -- Marco _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd