mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 05:32:14 +00:00
Merge pull request #122 from PartialVolume/update_README.md_with_dmidecode
Add dmidecode as an optional package to README.md
This commit is contained in:
@@ -27,7 +27,8 @@ sudo apt install \
|
||||
automake \
|
||||
libncurses5-dev \
|
||||
autotools-dev \
|
||||
libparted-dev
|
||||
libparted-dev \
|
||||
dmidecode
|
||||
```
|
||||
|
||||
### Fedora prerequisites
|
||||
@@ -39,7 +40,9 @@ dnf groupinstall "Development Tools"
|
||||
dnf groupinstall "C Development Tools and Libraries"
|
||||
yum install ncurses-devel
|
||||
yum install parted-devel
|
||||
yum install dmidecode
|
||||
```
|
||||
Note. dmidecode is optional, it provides SMBIOS/DMI host data to stdout or the log file.
|
||||
|
||||
### Compilation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user