Boot off of the cd38.iso, mount your / partition and remove your /etc/boot.conf is the first way that comes to mind.
You could also work some magic with the boot prompt that you get from booting off the CD. Something like boot -s hd0a:/bsd should do it and I'm sure I could find a half dozen other ways to do it if i really wanted in. In other words, just adding "boot" to your boot.conf does not really add any security. It does make your life more difficult when you actually need to access single user mode, but without physical security, nothing is secure. Tim Donahue On Friday 24 February 2006 08:53, Michael Schmidt wrote: > Hello, > > I would like to run an OpenBSD machine where I want that the boot prompt > disappears, reason is that I do not want others having access to the > boot prompt. > In case you put a "boot" into boot.conf or set timeout to zero then you > do not have the opportunity to boot in single user when it may be > necessary. > > Are there ways to circumvent the latter? > > Have a nice day > Michael