summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* magic boot for macsPaul Nasrat2005-05-191-0/+1
|
* Include synaptics for x configurationPaul Nasrat2005-05-191-1/+2
|
* Add arch to buildstamp and check it. (#151927)Bill Nottingham2005-05-181-1/+1
|
* 2005-05-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-161-1/+1
| | | | * scripts/upd-instroot: Keep email python stuff (#157709)
* Applied a bun of patches from David Kuestler to fix splittree.py problems.Chris Lumens2005-05-161-5/+5
|
* type what I meanJeremy Katz2005-05-061-1/+1
|
* 2005-05-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-061-0/+2
| | | | * scripts/upd-instroot: Pretend we have nano too.
* 2005-05-05 Jeremy Katz <katzj@redhat.com>anaconda-10.2.0.61-1Jeremy Katz2005-05-051-1/+1
| | | | | | * anaconda.spec: Bump version. * scripts/pkgorder: This used EverythingExclude.
* 2005-05-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-051-1/+1
| | | | | * scripts/upd-instroot (KEEPFILE): Pull in more selinux policy files for dwalsh
* 2005-04-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-281-0/+3
| | | | | (KEEPFILEGR): Add bluecurve icons back since we should be using them now.
* 2005-04-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-281-4/+4
| | | | | * scripts/upd-instroot (LC_ALL): Don't do the locale trimming in an attempt to fix Chinese
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-272-2/+2
| | | | | * scripts/mk-images.i386: Bump size of diskboot.img * scripts/mk-images.x86_64: Likewise.
* 2005-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-262-2/+2
| | | | | | | | | | | | | | * text.py (InstallInterface.beep): Add no-op beep method. Could actually do something if newtBell() were bound in snack. * cmdline.py (InstallInterface.beep): Add (no-op) beep method. * gui.py (InstallInterface.beep): Add beep method. * scripts/mk-images.x86_64 (COMMONMODULES): Add pcspkr module. * scripts/mk-images.i386 (COMMONMODULES): Likewise. * loader2/loader.c (main): Load pcspkr module.
* Don't bother with our anti-nptl hackPeter Jones2005-04-131-28/+5
|
* add libauditPeter Jones2005-04-131-2/+3
|
* 2005-04-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-121-0/+25
| | | | | * scripts/upd-initrd: Add simple stupid script to update the loader in an initrd to make my life easier.
* fix default theme, take 2Bill Nottingham2005-04-071-1/+1
|
* ncurses has to be in all stage2 images as wellPeter Jones2005-04-071-3/+3
|
* Need redhat-artwork for the default gtkrc.Bill Nottingham2005-04-071-1/+1
| | | | I suppose we could write one as well.
* remove debugging outputPeter Jones2005-04-071-1/+1
|
* - put readline in the net imagesPeter Jones2005-04-071-13/+14
| | | | | - fix linxuthreads warnings in upd-instroot - update spec file changelog and version
* Move /usr/lib/locale/* to KEEPFILE and also addChris Lumens2005-04-071-1/+2
| | | | /usr/share/locale/locale.alias to silence image building errors.
* don't move libraries that *aren't* the one we're afterPeter Jones2005-04-061-2/+2
|
* - test for obsoletes/linuxthreads/ in the output from the packages,Peter Jones2005-04-061-2/+11
| | | | | | not on the build fs - fixup the paths so they don't go to obsoletes/linuxthreads/ in the output tree
* don't use NPTL if it's the defaultPeter Jones2005-04-061-5/+29
|
* Don't delete anaconda-runtime before it's needed.Chris Lumens2005-04-051-1/+1
|
* Fix path to chroot.Chris Lumens2005-04-051-1/+1
|
* 2005-04-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-012-7/+14
| | | | | | | | | * scripts/upd-instroot: Lots of cleanup to try to get things smaller, including: Creating a locale-archive and using that instead of /usr/lib/locale. Removal of old unneeded packages. Removal of bits of the standard python library that aren't needed. Removal of pyc files from stage2.img as well.
* 2005-04-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-011-0/+15
| | | | | | * scripts/upd-instroot (PACKAGESGR): Add missing indic font packages (LC_ALL): Use build-locale-archive to try to reduce the amount of space needed for stage2
* 2005-04-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-011-1/+2
| | | | * scripts/upd-instroot (PACKAGESGR): Add missing indic font packages
* fix splittree typosopwith2005-03-311-1/+1
|
* Rename InstallTimeLanguage to Language, fix /etc/sysconfig/i18n on manualChris Lumens2005-03-311-1/+1
| | | | installs, and fix default time zones.
* 2005-03-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-301-1/+0
| | | | | | * bootdisk/ppc/yaboot.conf.mac: Nuke maxcpus=1 * bootdisk/ppc/yaboot.conf.pseries: Likewise. * scripts/mk-images.ia64 (image): Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | * anaconda.spec: Bump version. * scripts/buildinstall (PRODUCTPATH): Fix silly tree build problem
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+0
| | | | | | * anaconda.spec: Bump version. * scripts/Makefile: Old file go away.
* Delimit language tables with tabs.Chris Lumens2005-03-292-2/+2
|
* Corrected getlangnames.py for change in lang-table file format.Chris Lumens2005-03-291-4/+9
|
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-292-5/+19
| | | | | | | | | | * product.py (bugUrl): Clean up .buildstamp reading, read in bug url * constants.py (bugzillaUrl): Make bug url a per-product characteristic. * scripts/buildinstall: Allow passing in bug url on the command line. * scripts/mk-images: Likewise, and use it to populate .buildstamp.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-296-16/+7
| | | | | | | | * scripts/buildinstall (PRODUCTPATH): Product path simplification. * scripts/pkgorder: Likewise. * scripts/mk-rescueimage.x86_64 (productname): Likewise. * scripts/mk-rescueimage.i386 (productname): Likewise. * scripts/mk-images (PRODUCTPATH): Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-3/+3
| | | | * scripts/splittree.py: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-99/+0
| | | | * scripts/check-repository.py: Remove dead code
* Say which arch's rescue image this is (#151501)Peter Jones2005-03-282-2/+2
|
* adjust for in-kernel ds in mk-images, tooPeter Jones2005-03-281-1/+1
|
* 2005-03-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-241-6/+6
| | | | * scripts/upd-instroot: Switch theme to Clearlooks
* rpm also needs libgcc. While I'm at it, moved libexpat into the baseChris Lumens2005-03-231-2/+3
| | | | | KEEPFILE list since ldd tells me rpm will need that as well. Hopefully this is the last one.
* List libstdc++ in PACKAGES to hopefully really fix the tree scrubbing problem.Chris Lumens2005-03-221-1/+2
|
* 2005-03-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-211-3/+10
| | | | | * scripts/splittree.py (Timber.__init__): Add reserve_size for use on ppc (#151234)
* RPM needs libstdc++.so.6 in the network install images now.Chris Lumens2005-03-161-0/+1
|
* 2005-03-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-141-1/+1
| | | | * scripts/upd-instroot: More finagling for bogl fonts (#149039)
* 2005-03-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-141-9/+10
| | | | | * scripts/upd-instroot (KEEPFILEGR): Fix for font location changes (#150889)