summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2015-08-06 16:07:27 +0000
committerallanjude <allanjude@FreeBSD.org>2015-08-06 16:07:27 +0000
commit2e43b5ede1accbce6d74174c013cf4973a2d1bcb (patch)
tree484c1a82599700110bbcbff4a6725274d9d3386f /sys/boot/forth
parente4b151050ad79846e74a354854d0325f232cbac5 (diff)
downloadFreeBSD-src-2e43b5ede1accbce6d74174c013cf4973a2d1bcb.zip
FreeBSD-src-2e43b5ede1accbce6d74174c013cf4973a2d1bcb.tar.gz
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 Submitted by: Bertram Scharpf, Nikolai Lifanov (patch) Reviewed by: dteske, loos, eadler Approved by: bapt (mentor) MFC after: 1 month Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D3176
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.rc3
-rw-r--r--sys/boot/forth/menu.rc3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc
index b4a6d51..0bc6657 100644
--- a/sys/boot/forth/loader.rc
+++ b/sys/boot/forth/loader.rc
@@ -1,6 +1,9 @@
\ Loader.rc
\ $FreeBSD$
\
+\ You should not edit this file! Put any overrides in loader.rc.local
+\ instead as this file can be replaced during system updates.
+\
\ Includes additional commands
include /boot/loader.4th
try-include /boot/loader.rc.local
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