mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
A default loader.rc to be installed.
This commit is contained in:
parent
aff31301d4
commit
f6c2a57dee
1 changed files with 10 additions and 0 deletions
10
sys/boot/forth/loader.rc
Normal file
10
sys/boot/forth/loader.rc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
\ Loader.rc
|
||||
\
|
||||
\ Includes additional commands
|
||||
include /boot/loader.4th
|
||||
|
||||
\ Reads and processes loader.rc
|
||||
start
|
||||
|
||||
\ Unless set otherwise, autoboot is automatic at this point
|
||||
|
||||
Loading…
Reference in a new issue