summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-13 12:14:51 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-14 17:01:28 -0500
commit35ab4b743beda7722d99fcfab683e3dc20999d73 (patch)
treed0389e44db1a3a26196813e61004ba5f7d7ac9f6 /scripts
parenta83875b5866cf721378d7b555df302424a46c69f (diff)
downloadanaconda-35ab4b743beda7722d99fcfab683e3dc20999d73.tar.gz
anaconda-35ab4b743beda7722d99fcfab683e3dc20999d73.tar.xz
anaconda-35ab4b743beda7722d99fcfab683e3dc20999d73.zip
Remove some things that aren't used anymore
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildinstall4
-rwxr-xr-xscripts/upd-instroot19
2 files changed, 0 insertions, 23 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 7144afdbe..aafcb9712 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -27,10 +27,6 @@ PRODUCTPATH="anaconda"
while [ $# -gt 0 ]; do
case $1 in
- --comp)
- COMPNAME=$2
- shift; shift
- ;;
--version)
VERSION=$2
shift; shift
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 123ebbab1..510dbe82b 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -900,8 +900,6 @@ mkdir -p $YUMDIR/var/lib/yum
expandPackageSet $yumconf $YUMDIR "$RPMS" $DEST $KEEPFILE
echo `date` "Done Expanding text packages..."
-#(cd $DEST; tar cSpf - .) | (cd $DESTGR; tar xSpf -)
-
echo `date` "Expanding graphical packages..."
expandPackageSet $yumconf $YUMDIR "$RPMSGR" $DESTGR $KEEPFILEGR
echo `date` "Done Expanding graphical packages..."
@@ -924,14 +922,6 @@ fi
rm -rf $yumconf $YUMDIR
-# echo "retrieving timezones"
-# TZDIR=${TMPDIR:-/tmp}/glibc-timezone-$$
-# mkdir -p $TZDIR/usr/share/zoneinfo
-# rpm2cpio $TZDATA | (cd $TZDIR; cpio --quiet -iumd usr/share/zoneinfo ./usr/share/zoneinfo ./usr/share/zoneinfo/* usr/share/zoneinfo/*)
-# [ $? = 0 ] || die "ERROR: Unable to expand timezone data ($TZDATA)"
-# (cd $TZDIR; tar cSpf - $TIMEZONES) | (cd $DEST; tar xSpf -)
-# (cd $TZDIR; tar cSpf - $TIMEZONES) | (cd $DESTGR; tar xSpf -)
-
chown -R root:root $DEST $DESTGR
chmod -R a+rX-w $DEST $DESTGR
@@ -940,12 +930,6 @@ for p in $DEST $DESTGR; do
$p/usr/lib/anaconda-runtime/fixmtime.py $DEBUG $p
done
-# for p in $DEST $DESTGR; do
-# if [ -f $p/usr/lib/locale/locale-archive.tmpl ]; then
-# mv $p/usr/lib/locale/locale-archive.tmpl $p/usr/lib/locale/locale-archive
-# fi
-# done
-
# Remove locales unused during the install
cat $DESTGR/usr/lib/anaconda/lang-table* | awk '
{ gsub("-", "", $4);
@@ -1235,9 +1219,6 @@ rm -rf $DESTGR/usr/$LIBDIR/python?.?/site-packages/email/test/
rm -rf $DESTGR/usr/$LIBDIR/python?.?/site-packages/curses/
rm -rf $DESTGR/usr/$LIBDIR/python?.?/site-packages/pydoc.py
-# clean up tzdata
-rm -rf $TZDIR
-
# this is only for the minimal second stage
echo "Cleaning ramdisk install images..."
rm -rf $DEST/usr/lib/anaconda-runtime