Rename the file used to specify the nextboot to make it clear that this

is a loader configuration file and can be used for more than just a
kernel name.

Submitted by:	Gordon Tetlow <gordont@gnf.org>
This commit is contained in:
Wes Peters 2002-04-26 22:32:15 +00:00
parent 62efba6a0c
commit 8373917257
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95531
3 changed files with 3 additions and 3 deletions

2
etc/rc
View File

@ -316,7 +316,7 @@ fi
# If we booted a special kernel remove the record so we will boot
# the default kernel next time
rm -f /boot/nextkernel
rm -f /boot/nextboot.conf
# Reseed /dev/random with previously stored entropy.
case ${entropy_dir} in

View File

@ -123,7 +123,7 @@ main(int argc, char *argv[])
}
if (kflag) {
fd = open("/boot/nextkernel", O_WRONLY | O_CREAT, 0444);
fd = open("/boot/nextboot.conf", O_WRONLY | O_CREAT, 0444);
if (fd > -1) {
(void)write(fd, "kernel=\"", 8L);
(void)write(fd, kernel, strlen(kernel));

View File

@ -22,7 +22,7 @@ userconfig_script_load="NO"
userconfig_script_name="/boot/kernel.conf"
userconfig_script_type="userconfig_script"
loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local /boot/nextkernel"
loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local /boot/nextboot.conf"
verbose_loading="NO" # Set to YES for verbose loader output