From owner-freebsd-hackers Wed Jan 7 08:32:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA12636 for hackers-outgoing; Wed, 7 Jan 1998 08:32:27 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from george.lbl.gov (george-2.lbl.gov [131.243.2.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA12616 for ; Wed, 7 Jan 1998 08:32:14 -0800 (PST) (envelope-from jin@george.lbl.gov) Received: (from jin@localhost) by george.lbl.gov (8.8.8/LBL-ITG) id IAA09184; Wed, 7 Jan 1998 08:32:09 -0800 (PST) Date: Wed, 7 Jan 1998 08:32:09 -0800 (PST) From: Jin Guojun (ITG staff) Message-Id: <199801071632.IAA09184@george.lbl.gov> To: freebsd-hackers@FreeBSD.ORG, pjchilds@imforei.apana.org.au Subject: Re: suggestion on using boot.config Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk } In article <199712160444.UAA16864@george.lbl.gov> you wrote: } > I do not know if this is a good place to address this issue. } } > For remote development, I would like to modified "boot.c" to rename } > "/boot.config" to either "/boot.config.run" or "/boot.config.last" } > after readfile("boot.config", boot_config, BOOT_CONFIG_SIZE); } } Hmm... doesn't "nextboot" do what you want? } } (I've only read the man page on it so don't shoot me if it doesn't) } } Peter Nop. It doesn't matter what I put in the nextboot strings, it just boots from the default /kernel. According to the man page: nextboot -b /dev/rwd0 1:sd(0,a)/kernel.experimental wd(0,a)/kernel.old I changed it to : nextboot -b /dev/rwd0 1:wd(0,a)/kernel.test wd(0,a)/kernel Nothing happenes. -Jin