summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* More intelligent error handling when there's too many packages for the CD sizeChris Lumens2007-03-141-0/+4
| | | | (#232104).
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-5/+1
| | | | | * scripts/buildinstall: And don't worry about existence of the RPMS/ dir anymore. (Jesse Keating)
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-3/+6
| | | | * scripts/buildinstall: Don't call createrepo (Jesse Keating)
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-9/+2
| | | | * scripts/splittree.py: Don't generate RPMS/ dir (Jesse Keating)
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-061-1/+1
| | | | | * scripts/mk-images (FSMODS): Hey, lookie there... someone made ext2 a module.
* 2007-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-281-1/+1
| | | | * scripts/splittree.py (usage): Fix reserve-size (#230343)
* Another fix for the maketreeinfo stuff.Chris Lumens2007-02-231-1/+1
|
* Don't include /usr/share/zoneinfo/zone.tab for translation anymore (#229729).Chris Lumens2007-02-231-1/+2
|
* Fix typo.Chris Lumens2007-02-221-1/+1
|
* Add vnc-libs for librfb.so so VNC installs work again.Chris Lumens2007-02-211-1/+2
|
* Several important terminfo files have moved into /lib (#228596, #229236).Chris Lumens2007-02-211-5/+1
|
* Generate .treeinfo files in the mk-images* scripts.Chris Lumens2007-02-204-0/+58
|
* Added maketreeinfo.py script.Chris Lumens2007-02-203-1/+112
|
* The shell now requires libtinfo*.Chris Lumens2007-02-201-0/+1
|
* - update for device-mapper-libs splitPeter Jones2007-02-151-3/+4
|
* * anaconda.spec: Patch for createrepo >= 0.4.7 (jkeating).David Cantrell2007-02-151-1/+1
| | | | * scripts/buildinstall: Likewise.
* 2007-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-301-14/+9
| | | | | * scripts/pkgorder: Clean up handling of different directory layouts (Jesse Keating)
* 2007-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-307-48/+58
| | | | | | | | | | | * scripts/buildinstall: Use $TMPDIR instead of hard-coded /tmp (Steve Pritchard <steve@silug.org>, #224438) * scripts/getkeymaps: Likewise. * scripts/mk-images: Likewise. * scripts/mk-images.ia64: Likewise. * scripts/pkgorder: Likewise. * scripts/upd-instroot: Likewise. * scripts/yumcache: Likewise.
* 2007-01-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-261-5/+7
| | | | | * scripts/pkgorder: Use rpmlib for ordering, not incomplete bits in yum
* 2007-01-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-231-1/+7
| | | | * scripts/upd-instroot (KEEPFILEGR): More icons is more better.
* 2007-01-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-221-1/+1
| | | | * scripts/pkgorder (PackageOrderer.setup): Kill the warning
* (KEEPFILEGR): Fix up for echo icon themeJeremy Katz2007-01-221-1/+4
|
* - make sure /usr/lib/booty is in import pathPeter Jones2007-01-221-0/+1
|
* 2007-01-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-221-0/+1
| | | | * scripts/upd-instroot (KEEPFILE): libncurses is in /lib now
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-191-4/+4
| | | | * scripts/mk-images.x86: Fix sed calls, make sure we remove cruft
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-191-1/+2
| | | | * scripts/upd-instroot (KEEPFILEGR): Add libthai bits
* better filename that I hadn't saved after changingJeremy Katz2007-01-181-2/+2
|
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-8/+19
| | | | | | | | * scripts/mk-images.x86 (SYSLINUX): Handle doing any of vesamenu with a jpg, using the script to convert to the lss file or just having the lss file. * bootdisk/i386/syslinux.cfg: Add bits so that we can support a menu if desired
* 2007-01-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-101-1/+2
| | | | * scripts/upd-instroot (KEEPFILE): Add libnash
* 2007-01-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-051-1/+1
| | | | * scripts/upd-instroot: Handle different python versions better
* 2007-01-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-051-1/+1
| | | | * scripts/upd-instroot (PACKAGES): Add python-libs
* 2006-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-131-1/+1
| | | | | * scripts/splittree.py (Timber.splitSRPMS): Fix overflow of source CD (Dawei Pang <dwpang@redflag-linux.com>)
* 2006-12-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-071-2/+2
| | | | | | | | * scripts/upd-instroot (KEEPFILE): Add etree location for celement tree in python 2.5, drop libxml2-python since it's not used any more * Makefile.inc (PYTHON): Be more flexible about handling of python version
* Keep xinf files on text installs. Also, XFree86 no longer exists.Chris Lumens2006-11-271-13/+9
|
* Resolve deps on pkgorderPaul Nasrat2006-11-151-2/+11
|
* untabifyJeremy Katz2006-11-081-3/+3
|
* 2006-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-081-2/+5
| | | | | * scripts/splittree.py: Don't fail with non-rpms in the directory; don't link rpms multiple times (jkeating)
* 2006-10-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-301-0/+2
| | | | * scripts/upd-instroot (KEEPFILEGR): Add more fonts (#207428)
* 2006-10-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-231-1/+1
| | | | | * lang-table: Add Sinhala (#207426) * scripts/upd-instroot (PACKAGESGR): And the font
* 2006-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-201-1/+1
| | | | | | | * scripts/upd-instroot (PACKAGESGR): Add fonts-telugu (#207428) * iw/progress_gui.py (InstallProgressWindow.getScreen): Not quite so big (#211526)
* 2006-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-041-12/+0
| | | | | * scripts/upd-instroot: Not having a locale archive actually seems to fix sr_CS.UTF-8@Latn and doesn't actually take more space (#182591)
* 2006-10-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-021-16/+16
| | | | | * scripts/pkgorder (usage): Use group ids -- the display name can (... and has) changed. This should fix our # of cd problem (#206778)
* 2006-10-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-021-1/+1
| | | | * scripts/upd-instroot: Attempt to fix up sr_CS.UTF-8@Latn (#182591)
* 2006-10-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-011-1/+1
| | | | * scripts/mk-images (LVMMODS): Add dm-crypt (#208742)
* 2006-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-211-1/+1
| | | | * scripts/mk-images.x86 (SYSLINUX): Fix bootdisk.img for x86_64
* 2006-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-151-1/+1
| | | | * scripts/mk-images (PATH): Fix tyop (#206638)
* 2006-09-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-141-4/+4
| | | | * scripts/mk-images: Use -no-fragments to mksquashfs (#206472)
* * scripts/mk-images.s390: Use the size of the actual initrd.img forDavid Cantrell2006-09-111-1/+2
| | | | | | the value in initrd.size. * utils/Makefile: Only build and install geninitrdsz on zSeries.
* * utils/geninitrdsz.c: Added util to generate the initrd.size fileDavid Cantrell2006-09-112-1/+2
| | | | | | | | | | | needed on zSeries (#197773). * utils/Makefile: Compile geninitrdsz, install to anaconda-runtime. * scripts/mk-images: Define GENINITRDSZ command. * scripts/mk-images.s390: Generate initrd.size for each s390 tree build.
* Pull in all policy modules.Chris Lumens2006-09-061-1/+3
|