Date: Fri, 26 Apr 2002 00:31:04 -0700 (PDT) From: Wes Peters <wes@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot reboot.8 reboot.c src/etc rc src/sys/boot/forth loader.conf Message-ID: <200204260731.g3Q7V4j13351@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wes 2002/04/26 00:31:04 PDT Modified files: sbin/reboot reboot.c reboot.8 etc rc sys/boot/forth loader.conf Log: Add a -k option to reboot to specify the kernel to boot next time around. If the kernel boots successfully, the record of this kernel is erased, it is intended to be a one-shot option for testing kernels. This could be improved by having the loader remove the record of the next kernel to boot, it is currently removed in /etc/rc immediately after disks are mounted r/w. I'd like to MFC this before the 4.6 freeze unless there is violent objection. Reviewed by: Several on IRC MFC after: 4 days Revision Changes Path 1.310 +5 -1 src/etc/rc 1.14 +15 -1 src/sbin/reboot/reboot.8 1.14 +21 -6 src/sbin/reboot/reboot.c 1.56 +1 -1 src/sys/boot/forth/loader.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204260731.g3Q7V4j13351>