summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-11-17 04:07:53 +0000
committerJeremy Katz <katzj@redhat.com>2005-11-17 04:07:53 +0000
commit8a4447506803ae99218eda09a96e3f639f7c05b9 (patch)
tree9949045a071d5e9e1c08c6c328a171c85fbda351
parent92631b39c4eb0c46b2443bd900494c262b51cfaa (diff)
downloadanaconda-8a4447506803ae99218eda09a96e3f639f7c05b9.tar.gz
anaconda-8a4447506803ae99218eda09a96e3f639f7c05b9.tar.xz
anaconda-8a4447506803ae99218eda09a96e3f639f7c05b9.zip
2005-11-16 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images (INITRDMODS): More videoaliases fixage. * scripts/buildinstall (BUILDINSTALL): Okay, don't do group info.
-rwxr-xr-xscripts/buildinstall4
-rwxr-xr-xscripts/mk-images2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index dcbe9da21..e7a6df18c 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -153,9 +153,9 @@ fi
echo "Creating repository metadata..."
if [ -x /usr/bin/runroot ]; then
- runroot $COMPNAME --onlyone --arch $BUILDARCH "createrepo -q -g $PRODUCTPATH/base/comps.xml $p"
+ runroot $COMPNAME --onlyone --arch $BUILDARCH "createrepo -q $p"
else
- createrepo -q -g $PRODUCTPATH/base/comps.xml $p
+ createrepo -q $p
fi
if [ -n "$PKGORDER" ]; then
diff --git a/scripts/mk-images b/scripts/mk-images
index 88b7dc50a..03f9bc597 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -314,7 +314,7 @@ makemoduleball() {
# create the pci.ids, from modules.alias and the X driver aliases
awk '!/^(\t\t|#)/ { print ;if ($0 == "ffff Illegal Vendor ID") nextfile; }' < $PCIIDS | \
- $TRIMPCIIDS ../modules.alias $XDRIVERS $XDRIVERS/* > ../pci.ids
+ $TRIMPCIIDS ../modules.alias $XDRIVERS/* > ../pci.ids
if [ -n "$MMB_DD" ]; then
echo $MMB_DD > $MMB_DIR/rhdd