diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-09-06 12:16:25 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-09-06 12:16:25 (EDT) |
commit | 8a64aa9eace0369fff877604eab14c3bdfb3b3f8 (patch) | |
tree | 933fecbdd315d815dda9ab1ffa743dcdfcc5797a | |
parent | 758689329bb5e2c56729ad97cb859b49143c0793 (diff) |
alternatives: Add lspci
-rw-r--r-- | alternatives | 1 | ||||
-rw-r--r-- | changelog | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/alternatives b/alternatives index 2bc83f7..3631669 100644 --- a/alternatives +++ b/alternatives @@ -15,3 +15,4 @@ /usr/bin/reset reset 10 /usr/bin/mkpasswd mkpasswd 20 /usr/bin/patch patch 10 +/usr/bin/lspci lspci 10 @@ -1,6 +1,8 @@ busybox (1.21.1-13) trunk * /etc/init.d/ntpd: Fix path to ntpd. + * Manage the following utilities with update-alternatives: + - /usr/bin/lspci -- "P. J. McDermott" <pj@pehjota.net> Thu, 23 Oct 2014 09:51:33 -0400 |