[BACK]Return to fw_install.8 CVS log [TXT][DIR] Up to [local] / openbsd / fw_update

Annotation of openbsd/fw_update/fw_install.8, Revision 1.3

1.1       afresh1     1: .\" $OpenBSD$
                      2: .\"
                      3: .\" Copyright (c) 2021 Andrew Hewus Fresh <afresh1@openbsd.org>
                      4: .\"
                      5: .\" Permission to use, copy, modify, and distribute this software for any
                      6: .\" purpose with or without fee is hereby granted, provided that the above
                      7: .\" copyright notice and this permission notice appear in all copies.
                      8: .\"
                      9: .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
                     10: .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
                     11: .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
                     12: .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
                     13: .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
                     14: .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
                     15: .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
                     16: .\"
1.2       afresh1    17: .Dd $Mdocdate: December 21 2021 $
1.1       afresh1    18: .Dt FW_INSTALL 8
                     19: .Os
                     20: .Sh NAME
                     21: .Nm fw_install
                     22: .Nd download and install non-free firmware packages
                     23: .Sh SYNOPSIS
                     24: .Nm
1.3     ! afresh1    25: .Op Fl d | D | L
1.2       afresh1    26: .Op Fl v
1.1       afresh1    27: .Op Ar driver | file ...
                     28: .Sh DESCRIPTION
                     29: The
                     30: .Nm
                     31: utility downloads and installs non-free firmware packages.
                     32: It is designed as a version of
                     33: .Xr fw_update 1
                     34: that can run in the limited environment of the installer.
                     35: .Pp
                     36: The options are as follows:
                     37: .Bl -tag -width Ds
1.3     ! afresh1    38: .It Fl d
        !            39: Delete the specified firmware.
        !            40: Required additional arguments are a list of full package or driver names.
1.1       afresh1    41: .It Fl D
                     42: Download firmware packages to the current working directory,
                     43: without installing them.
                     44: .It Fl L
                     45: Install firmware from a local copy in the current directory.
                     46: .El
1.2       afresh1    47: .It Fl v
                     48: Enable verbose mode.
1.1       afresh1    49: .Pp
                     50: Additional arguments are taken as
                     51: device names for which filenames will be looked up
                     52: or as filenames of firmware packages to be installed.
                     53: If no additional arguments are given,
                     54: .Nm
                     55: searches
                     56: .Xr dmesg 8
                     57: for
                     58: .Pa firmware_patterns
                     59: to find matching drivers.
                     60: .Sh ENVIRONMENT
                     61: .Bl -tag -width DESTDIRXXX
                     62: .It Ev DESTDIR
                     63: The root of the system to install into.
                     64: .El
                     65: .Sh FILES
                     66: .Bl -tag -width Ds
                     67: .It Pa ${DESTDIR}/usr/share/misc/firmware_patterns
                     68: A list of patterns used to detect needed firmware from the
                     69: .Xr dmesg 8 .
                     70: .It Pa ${DESTDIR}/etc/signify/openbsd-XX-fw.pub
                     71: Used with
                     72: .Xr signify 1
                     73: to verify downloaded firmware files.
                     74: .El
                     75: .Sh EXIT STATUS
                     76: .Ex -std
                     77: .\" .Sh EXAMPLES
                     78: .Sh SEE ALSO
                     79: .Xr fw_update 1 ,
                     80: .Xr dmesg 8
                     81: .\" .Sh STANDARDS
                     82: .Sh AUTHORS
                     83: The
                     84: .Nm
                     85: program was designed and written by
                     86: .An Andrew Hewus Fresh Aq Mt afresh1@openbsd.org
                     87: as a limited version of
                     88: .Xr fw_update 1 .
                     89: .\" .Sh CAVEATS

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>