Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 1998 08:32:09 -0800 (PST)
From:      Jin Guojun (ITG staff) <jin@george.lbl.gov>
To:        freebsd-hackers@FreeBSD.ORG, pjchilds@imforei.apana.org.au
Subject:   Re: suggestion on using boot.config
Message-ID:  <199801071632.IAA09184@george.lbl.gov>

next in thread | raw e-mail | index | archive | help
} 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801071632.IAA09184>