summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-03-20 12:25:43 +0000
committerdcs <dcs@FreeBSD.org>1999-03-20 12:25:43 +0000
commitc032780b94abf4d19c9ee155e1f2d3f24a55fb74 (patch)
treea837d0eb57bcbe1b2934f582dcbfd783ece68914
parent3344a9499efa2ee07cd3a03ce6ff17eee72bd002 (diff)
downloadFreeBSD-src-c032780b94abf4d19c9ee155e1f2d3f24a55fb74.zip
FreeBSD-src-c032780b94abf4d19c9ee155e1f2d3f24a55fb74.tar.gz
Fix a couple of nasty errors in the README.
-rw-r--r--sys/boot/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/README b/sys/boot/README
index aec1c20..89851da 100644
--- a/sys/boot/README
+++ b/sys/boot/README
@@ -75,13 +75,13 @@
/boot/loader.conf, and this is very clearly illustrated in
/boot/defaults/loader.conf (which you could just copy over
to /boot/loader.conf). I'm going to illustrate here how you
- *could* do it in /boot/loader.conf (for information only)
+ *could* do it in /boot/loader.rc (for information only)
but I don't recommend you do this; use the
/boot/defaults/loader.conf syntax, it's easier to get it
correct.
You can load your splash screen by putting the following
- lines into /boot/loader.conf:
+ lines into /boot/loader.rc:
load splash_bmp
load -t splash_image_data /path/to/file.bmp
@@ -148,7 +148,7 @@
o If you use loader.conf, you can do:
unload
- set kernel_name=kernel.old
+ set kernel=kernel.old
boot-conf
this will then load all the modules you have
OpenPOWER on IntegriCloud