diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-07-13 18:08:17 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-07-13 18:08:17 +0000 |
commit | 9182153919ad4a9415a02c1f9518bbe379cf0ad8 (patch) | |
tree | 77f58ba8792a47d3f94065233af67c6effd1f5fa /distrib/notes/octeon | |
parent | ab46a1c4cf60b0ec8a7c24ae58ba8f7f0db57aa7 (diff) |
sync with kernel, root= -> rootdev=
Diffstat (limited to 'distrib/notes/octeon')
-rw-r--r-- | distrib/notes/octeon/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/octeon/install b/distrib/notes/octeon/install index 7f7ea2bbcd5..8f4b2e3b7c2 100644 --- a/distrib/notes/octeon/install +++ b/distrib/notes/octeon/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.10 2013/12/04 23:20:19 jmc Exp $ +dnl $OpenBSD: install,v 1.11 2014/07/13 18:08:16 jasper Exp $ OpenBSDInstallPrelude Booting the installation media: @@ -55,7 +55,7 @@ ${bootcmd} which will load an ELF file called 'bsd' from the first active FAT partition on the first CF card (created by the installer) and save the environment to persistent storage: - # setenv bootcmd 'fatload ide 0:1 ${loadaddr} bsd;bootoctlinux root=/dev/octcf0' + # setenv bootcmd 'fatload ide 0:1 ${loadaddr} bsd;bootoctlinux rootdev=/dev/octcf0' # setenv bootdelay 5 # saveenv Saving Environment to Flash... |