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

Annotation of openbsd/fw_update/fw_install.1, 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.3     ! afresh1    17: .Dd $Mdocdate: December 18 2021 $
1.1       afresh1    18: .Dt FW_INSTALL 1
                     19: .Os
                     20: .Sh NAME
                     21: .Nm fw_install
                     22: .Nd download and install non-free firmware packages
                     23: .Sh SYNOPSIS
                     24: .Nm
                     25: .Op Fl DL
                     26: .Op Ar driver | file ...
                     27: .Sh DESCRIPTION
                     28: The
                     29: .Nm
                     30: utility downloads and installs non-free firmware packages.
                     31: It is designed as a version of
                     32: .Xr fw_update 1
1.2       afresh1    33: that can run in the limited environment of the installer.
1.1       afresh1    34: .Pp
                     35: The options are as follows:
                     36: .Bl -tag -width Ds
                     37: .It -D
1.3     ! afresh1    38: Download firmware packages without installing.
        !            39: Enables
        !            40: .Fl L
        !            41: to use the current directory
1.1       afresh1    42: .It -L
1.2       afresh1    43: Installs firmware from a local copy in the current directory.
1.1       afresh1    44: .El
                     45: .Pp
                     46: Additional arguments are taken as
                     47: device names for which filenames will be looked up
                     48: or as filenames of firmware packages be installed.
                     49: If no additional arguments are given,
                     50: .Nm
                     51: searches
                     52: .Xr dmesg 8
                     53: for
                     54: .Pa firmware_patterns
                     55: to find matching drivers.
                     56: .Sh ENVIRONMENT
1.2       afresh1    57: .Bl -tag -width DESTDIRXXX
1.1       afresh1    58: .It Ev DESTDIR
1.2       afresh1    59: The root of the system to install into.
1.1       afresh1    60: .El
                     61: .Sh FILES
                     62: .Bl -tag -width Ds
                     63: .It Pa ${DESTDIR}/usr/share/misc/firmware_patterns
                     64: A list of patterns used to detect needed firmware from the
                     65: .Xr dmesg 8 .
                     66: .It Pa ${DESTDIR}/etc/signify/openbsd-XX-fw.pub
                     67: Used with
                     68: .Xr signify 1
                     69: to verify downloaded firmware files.
                     70: .El
                     71: .Sh EXIT STATUS
                     72: .Ex -std
                     73: .\" .Sh EXAMPLES
                     74: .Sh SEE ALSO
                     75: .Xr fw_update 1 ,
                     76: .Xr dmesg 8
                     77: .\" .Sh STANDARDS
                     78: .Sh AUTHORS
                     79: The
                     80: .Nm
1.2       afresh1    81: program was designed and written by
1.1       afresh1    82: .An Andrew Hewus Fresh Aq Mt afresh1@openbsd.org
1.2       afresh1    83: as a limited version of
                     84: .Xr fw_update 1 .
1.1       afresh1    85: .\" .Sh CAVEATS

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