summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader/help.i386
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-8/+0
| | | | did anything, so this commit should be considered a NO-OP.
* Document boot_cdrom, boot_multicons, and boot_serial.ru2004-09-301-1/+1
| | | | | Reduce diffs between help.common and loader(8). Mention that boot_userconfig is currently a no-op.
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-1/+1
| | | | | | | | | Fix device hints entry for disabling acpi(4). This also should fix the arbitration with apm(4) when both drivers are enabled. Note that your /boot/device.hints needs to be updated if you want to stop auto-loading acpi.ko or disable acpi(4).
* Add help about hint.acpi.0.disable.iwasaki2002-08-091-0/+4
|
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadmsmith2001-08-301-0/+14
|
* Document root_disk_unitmsmith1999-01-241-0/+12
|
* Reformat help to improve subtopic display appearance, other minormsmith1998-12-151-4/+4
| | | | | cleaning. The 'help' command in the loader should now be usable and hopefully informative.
* Build the composite help file from the generic and architecture-specificmsmith1998-12-151-0/+18
| | | | help files, sorting topics and subtopics to allow maximum flexibility.
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-311-0/+16
filesystems. - New 'help' command and data in the help.* files (not yet installed), provides topic and subtopic help, indexes, etc. - Don't crash if the user tries to set an invalid console. Be helpful instead. - Expand tabs (badly) on the i386 video console. - Some minor cosmetic changes.
OpenPOWER on IntegriCloud