diff options
| author | Chris Lumens <clumens@redhat.com> | 2009-08-14 14:48:48 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2009-08-17 17:23:46 -0400 |
| commit | aebd05aa1e552aae3af7a241f8e38ca3c44e77f8 (patch) | |
| tree | 0b6375378ed6f03398415fbb03291f9679e14cd9 /scripts | |
| parent | e0e9ad60e63436a10786d20aa652bea53cc574ac (diff) | |
Add dmidecode to the initrd.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 2a539a83a..62ccfbbf7 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -728,6 +728,7 @@ makeinitrd() { # Misc instbin $IMGPATH /usr/bin/awk $MBD_DIR /sbin/awk + instbin $IMGPATH /usr/bin/dmidecode $MBD_DIR /sbin/dmidecode instbin $IMGPATH /usr/bin/egrep $MBD_DIR /sbin/egrep instbin $IMGPATH /usr/bin/fgrep $MBD_DIR /sbin/fgrep instbin $IMGPATH /usr/bin/gawk $MBD_DIR /sbin/gawk |
