From 210f257e4eb7a570fe8997526a8bbd80f41ee823 Mon Sep 17 00:00:00 2001 From: wes Date: Fri, 26 Apr 2002 22:32:15 +0000 Subject: 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 --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc b/etc/rc index ed4ceea..1207330 100644 --- a/etc/rc +++ b/etc/rc @@ -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 -- cgit v1.1