summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/menu.rc
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2016-01-07 01:50:50 +0000
committerdteske <dteske@FreeBSD.org>2016-01-07 01:50:50 +0000
commite80b4985ee36108fe5b4503bca02541c3faa000b (patch)
tree3ed50d73cec44601a0eb7f95054a98919a7a9044 /sys/boot/forth/menu.rc
parent915ffd5b63ab076a1e78799ec225a6fb3fcc6589 (diff)
downloadFreeBSD-src-e80b4985ee36108fe5b4503bca02541c3faa000b.zip
FreeBSD-src-e80b4985ee36108fe5b4503bca02541c3faa000b.tar.gz
MFC r286368: Remove guards around overwriting loader.rc and menu.rc
There have been .local version of each for user modifications for some time This allows users to receive future updates to these files PR: 183765 Differential Revision: https://reviews.freebsd.org/D3176 Submitted by: Bertram Scharpf, Nikolai Lifanov (patch) Reviewed by: dteske, loos, eadler Approved by: bapt (mentor) Relnotes: yes Sponsored by: ScaleEngine Inc.
Diffstat (limited to 'sys/boot/forth/menu.rc')
-rw-r--r--sys/boot/forth/menu.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/forth/menu.rc b/sys/boot/forth/menu.rc
index e650848..7ffeef4 100644
--- a/sys/boot/forth/menu.rc
+++ b/sys/boot/forth/menu.rc
@@ -1,6 +1,9 @@
\ Menu.rc
\ $FreeBSD$
\
+\ You should not edit this file! Put any overrides in menu.rc.local
+\ instead as this file can be replaced during system updates.
+\
\ Load required Forth modules
include /boot/version.4th
include /boot/brand.4th
OpenPOWER on IntegriCloud