summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
Commit message (Collapse)AuthorAgeFilesLines
* for when having elfutils just isn't good enough...Jeremy Katz2002-12-031-2/+2
|
* libelf is dead. long live elfutilsMatt Wilson2002-12-011-1/+1
|
* apply timp's patch to remove fileutils, textutils and sh-utils. replaced ↵Jeremy Katz2002-11-301-7/+7
| | | | with coreutils
* okay, python won't be linking against libstdc++ anymore. go poofJeremy Katz2002-11-191-11/+1
|
* we seem to always need libstdc++ now. oh joy.Jeremy Katz2002-11-191-3/+4
|
* move glib2 to PACKAGES for pyxf86configMike Fulbright2002-11-121-6/+6
|
* need new filesMike Fulbright2002-11-121-1/+3
|
* oops, didn't want to lose thisJeremy Katz2002-11-081-1/+1
|
* add XFree86-libs-data package, use libdir for X stuffJeremy Katz2002-11-081-24/+24
|
* gdk-pixbuf loaders have to be queried with gtk 2.1.xJeremy Katz2002-11-081-1/+14
|
* add libXrandr for new gtkJeremy Katz2002-11-081-0/+1
|
* don't move the pixmaps anymore. we look for them in the right place nowJeremy Katz2002-11-051-7/+0
|
* get rid of symlink, we don't need it anymoreJeremy Katz2002-11-051-1/+0
|
* use actual location of Cards instead of symlink (#73899)Jeremy Katz2002-11-051-1/+1
|
* I'm tired of questions about mkfontdir spewing stuff hereJeremy Katz2002-11-021-1/+1
|
* install loadkeys stubJeremy Katz2002-11-011-0/+1
|
* even if you're not using runroot, you need LD_LIBRARY_PATH setJeremy Katz2002-10-231-3/+3
|
* basic ppc support for tree builds pulled forward from 7.1 ppcJeremy Katz2002-10-221-0/+8
|
* let's just take rpm 4.? instead of just rpm 4.1 since we're going to be ↵Jeremy Katz2002-10-181-3/+3
| | | | going with 4.2
* rpm 4.1 needs libelfJeremy Katz2002-10-081-1/+2
|
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-6/+6
| | | | tagged before this commit as before-rpm-4_1
* rpm stuff is still in /usr/lib/rpm (at least for now)Jeremy Katz2002-09-271-3/+3
|
* make sure things from anaconda-runtime end up in the right libdirJeremy Katz2002-09-271-1/+1
|
* add libstdc++ and libgccanaconda-s390-tag5Jeremy Katz2002-09-241-0/+8
|
* add libstdc++ and libgccJeremy Katz2002-09-241-0/+2
|
* move this to be after the definition. oopsJeremy Katz2002-09-241-6/+6
|
* first pass at getting some of the libdir stuff handled for multilib archesJeremy Katz2002-09-131-125/+131
| | | | | | | | | just by grabbing the "right" files. need to give some more thought to how to handle internally to anaconda since we should be using libdir instead of just plopping in /usr/lib also tagged prior to this as before_libdir_changes
* merge ia64 changes to HEADJeremy Katz2002-09-091-5/+3
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-1/+2
|
* pull comps images from comps-extrasJeremy Katz2002-08-291-1/+10
|
* oopsMike Fulbright2002-08-211-1/+1
|
* add rdate (#63707)Jeremy Katz2002-08-191-2/+4
|
* fix pathsJeremy Katz2002-08-161-6/+6
|
* cp stubs so they dont get cleaned up by tree scrubMike Fulbright2002-08-161-4/+6
|
* nimbus sans for russianJeremy Katz2002-08-151-1/+9
|
* bluecurve instead of wonderland here tooJeremy Katz2002-08-141-1/+1
|
* Wonderland->BluecurveJeremy Katz2002-08-121-1/+1
|
* we don't need these fonts nowJeremy Katz2002-08-091-8/+0
|
* use bitmaps font for zh_CN (#65913). run fc-cache to put caches in ↵Jeremy Katz2002-08-081-2/+22
| | | | stage2.img to try to speed up startup
* add mini-wmMike Fulbright2002-08-011-0/+1
|
* and the jfs utils tooJeremy Katz2002-07-291-1/+1
|
* back to minislang on the second stages. this makes box drawing chars work againJeremy Katz2002-07-291-1/+6
|
* use the right font for sc (#65913)Jeremy Katz2002-07-221-1/+1
|
* update to work in xft (though chinese fonts still aren't right)Jeremy Katz2002-07-121-34/+18
|
* add libxml2 to the images (make xml parsing go fast-fast), remove liloJeremy Katz2002-06-281-3/+4
|
* add termcap file needed by vte and fdisk in GUI modeMike Fulbright2002-06-281-0/+1
|
* remove less preferred korean font again since owen fixed up the pangox.aliasesJeremy Katz2002-06-251-1/+0
|
* we need to use real slang for utf8. also, include the korean fonts that ↵Jeremy Katz2002-06-241-1/+2
| | | | aren't as good
* make an isolinux directory so that we can use isolinux for booting cdsJeremy Katz2002-06-181-0/+1
|
* 1) replace zvt in fdisk screen with vte (fdisk_gui.py, upd-instroot)Matt Wilson2002-06-171-2/+3
| | | | | | 2) avoid going into a infinite loop when looking for partitions in the tree model -- this was happening because the partition in question was a parent node, and was being skipped.