Thread: config /bsd
View Single Post
  #2   (View Single Post)  
Old 20th May 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Here's your problem:
Quote:
Originally Posted by tls View Post
boot> config -e -o /bsd /bsd.old
You are confusing a standard userland program, config(8), with the boot time User Kernel Config (UKC) facility, described in boot_config(8). On i386/amd64 archs, you enter UKC from "boot>" prompt by booting a kernel with -c option.

At the boot> prompt, OpenBSD is not yet running, so you cannot run a program stored in /usr/sbin.

Last edited by jggimi; 20th May 2012 at 10:48 PM. Reason: clarity
Reply With Quote