summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-09-10 16:16:37 -0400
committerChris Lumens <clumens@redhat.com>2009-09-10 16:16:37 -0400
commitae9cd8f2442889f3d2e8d426b67d1c9107f67779 (patch)
tree63ded3848310edb717c450bb86f9f26f13b05832 /scripts
parent0e63dc20c825250e35f8b1e1c0f3767bfb9916c9 (diff)
downloadanaconda-ae9cd8f2442889f3d2e8d426b67d1c9107f67779.tar.gz
anaconda-ae9cd8f2442889f3d2e8d426b67d1c9107f67779.tar.xz
anaconda-ae9cd8f2442889f3d2e8d426b67d1c9107f67779.zip
dmidecode is in /usr/sbin, not /usr/bin.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index d5eb9e45c..67e5c7079 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -759,7 +759,7 @@ makeinitrd() {
)
# Misc
- instbin $IMGPATH /usr/bin/dmidecode $MBD_DIR /sbin/dmidecode
+ instbin $IMGPATH /usr/sbin/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