diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-03-18 19:37:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-03-18 19:37:08 +0000 |
commit | fcb7ba0d193bb5e5ff7e79353262cad13f63cf21 (patch) | |
tree | 466cfe89080870312af3e91517cd2015c2c97dc8 /distrib/notes/sparc/prep | |
parent | 92bf860586f25b1f89e5c322b53107e72cccd3d9 (diff) |
mention auto-boot switch; deraadt@ ok
Diffstat (limited to 'distrib/notes/sparc/prep')
-rw-r--r-- | distrib/notes/sparc/prep | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/distrib/notes/sparc/prep b/distrib/notes/sparc/prep index a94fdb3287a..d2536a82786 100644 --- a/distrib/notes/sparc/prep +++ b/distrib/notes/sparc/prep @@ -66,6 +66,17 @@ Make sure that the ROM security modes are disabled: ok setenv security-mode none +To disable automatic boot use the following command: + + ok setenv auto-boot? false + +and then to enable it later use: + + ok setenv auto-boot? true + +or on an installed system use the eeprom(8) commmand: + + # eeprom 'auto-boot?=true' Please note that while OpenBSD and SunOS have a reasonable degree of compatibility between disk labels and filesystems, there are some problems |