summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* * scripts/upd-instroot (KEEPFILE): Need python-iniparse (#276941)Bill Nottingham2007-09-051-0/+1
|
* Add pcre and libxcb to the file lists.Chris Lumens2007-08-311-2/+5
|
* 2007-08-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-311-0/+1
| | | | | | * anaconda.spec: Bump version. * scripts/upd-instroot (KEEPFILE): Quick and dirty fix for libpopt
* 2007-08-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-301-3/+4
| | | | | * scripts/upd-instroot (LDSO): Attempt to fix where we're not resolving deps properly
* * loader2/net.c (chooseNetworkInterface): Skip devices that do notDavid Cantrell2007-08-302-27/+38
| | | | | | | | | | | | have firmware loaded (#251941). * scripts/upd-instroot: Add *-firmware to PACKAGES for now. We'll change this later once the kernel provides us with more info (#177452). * scripts/mk-images (makeinitrd): Remove arch test for copying over firmware files. Just check the module list and copy firmware, also add atmel and iwl4965 (#177452).
* 2007-08-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-281-1/+7
| | | | * scripts/upd-instroot (LDSO): Fix symlink handling
* * scripts/upd-instroot: Add wifi firmware packages to i386/x86_64David Cantrell2007-08-272-1/+27
| | | | | | | instroot list. * scripts/mk-images (makeinitrd): Copy firmware files over if we have them and if we are including the driver.
* 2007-08-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-273-16/+0
| | | | | | | | | * anaconda.spec (Requires): And so we don't need /usr/bin/strip for anaconda-runtime anymore * scripts/scrubtree: Stuff is stripped as buildroot policy now * scripts/mk-images: Likewise. * scripts/upd-instroot: Likewise.
* 2007-08-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-271-2/+1
| | | | | * scripts/upd-instroot (XDRIVERS): Switch to just xorg-x11-drivers now that we depsolve
* 2007-08-23 Joel Granados <jgranado@redhat.com>jgranado2007-08-231-1/+3
| | | | | | | | | * scripts/upd_instroot: Added packages and files so man pages work in rescue. BZ#243443. * iw/task_gui.py: Setup the additionall Everythin Repo. BZ#254014. * installclasses/fedora.py: User can choose additional repo. BZ#254014
* 2007-08-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-211-4/+4
| | | | | * scripts/upd-instroot: Check theme stuff in the installed root, not the host
* 2007-08-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-211-0/+1
| | | | | | * bootdisk/i386/syslinux.cfg: Add version (#253632) * bootdisk/x86_64/syslinux.cfg: Likewise. * scripts/mk-images.x86: Likewise.
* 2007-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-151-47/+0
| | | | | * scripts/upd-instroot: Don't redo things that happen in %post scripts of packages
* 2007-08-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-131-23/+16
| | | | | * scripts/upd-instroot (expandPackageSet): Dynamically determine GTK and icon theme bits to pull in
* 2007-08-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-101-0/+1
| | | | | * scripts/upd-instroot: We don't need to keep the SELinux stuff around after we create the policy
* Add newt-python as well (#251347).Chris Lumens2007-08-081-3/+3
|
* 2007-08-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-081-1/+1
| | | | | * anaconda.spec: libuser grew a python subpackage (#251347) * scripts/upd-instroot: Likewise.
* 2007-08-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-081-0/+1
| | | | * scripts/upd-instroot (KEEPFILE): Add dosfslabel (#251217)
* Add zenity to test if it can be used for displaying progress in kickstart filesChris Lumens2007-08-061-1/+5
| | | | (#147109).
* * utils/genmodinfo: New file, utility to generate module-info on the flyBill Nottingham2007-08-031-2/+4
| | | | | | * utils/Makefile: Install genmodinfo. * scripts/mk-images: Use genmodinfo. * loader2/module-info, loader2/Makefile: Kill it dead.
* get_dso_deps: only discover which linker is our dynamic linker once,Peter Jones2007-07-311-15/+20
| | | | rather than at each invocation, and stick with the first one that works.
* Add a block describing stage2 (Will Woods <wwoods AT redhat DOT com>).Chris Lumens2007-07-311-0/+3
|
* * anaconda.spec: Bump versionBill Nottingham2007-07-271-0/+1
| | | | | * scripts/upd-instroot: Add an empty reposdir= directive (<jkeating@redhat.com>)
* 2007-07-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-262-7/+37
| | | | | | * scripts/upd-instroot: Use the tree as the repo rather than the yum config on the machine (whoops!) * scripts/buildinstall (BUILDINSTALL): Pass $p
* * scripts/buildinstall: Remove obsolete chunkBill Nottingham2007-07-261-6/+0
|
* 2007-07-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-231-32/+119
| | | | | | | | | * scripts/upd-instroot: Switch the way we build second stage images. Move to using yum to populate with a set of packages and then do pruning of the installed root. Prune with our file list + doing dso dep checking. This will be slower, but should help to avoid us having to maintain the list as much and avoiding the problems when things grow new library deps.
* * yuminstall.py (AnacondaYum.doConfigSetup): set up and initializedlehman2007-07-101-1/+6
| | | | | | | yum plugins * scripts/upd-instroot: include yum-fedorakmod plugin and config file in stage2
* - add a script to update files in an updates.img that's a cpioball.Peter Jones2007-07-032-0/+64
|
* Add nss and nspr libraries.Chris Lumens2007-06-271-1/+6
|
* * loader2/loader.c: Remove support for nofb and vga16 framebufferBill Nottingham2007-06-182-4/+2
| | | | | | * scripts/mk-images: Remove vga16 framebuffer module, bterm terminfo * scripts/upd-instroot: Likewise. * docs/command-line.txt: Remove nofb docs
* libbz2 has changed location (#243566).Chris Lumens2007-06-181-1/+1
|
* Really, really, very stupid.Chris Lumens2007-06-151-2/+2
|
* mksquashfs is stupid and wants its arguments in a particular order.Chris Lumens2007-06-151-2/+2
|
* Fixes from buildinstall logs.Chris Lumens2007-06-141-1/+1
|
* * image.py (CdromInstallMethod.__init__): don't nuke the timestampdlehman2007-06-041-1/+1
| | | | | | | | | | | | when getDiscNums fails * installclass.py (BaseInstallClass.getPackagePaths): make the return dict's values always be lists of URIs * yuminstall.py (AnacondaYum.doConfigSetup): make conf.reposdir a list like in yum * scripts/mk-images: make sure the MBD_FSIMAGE dir doesn't pre-exist
* 2007-05-31 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-311-2/+2
| | | | * scripts/mk-images: Shut up mksquashfs.
* * rescue.py (runShell): mount /dev/pts in rescue mode (#228714)dlehman2007-05-311-1/+5
| | | | | | | * scripts/upd-instroot: include dmidecode on ia64 (#232947) * loader2/modules.c (scsiDiskCount): correctly count SCSI disk devices (#230526)
* Get ready for a surprise... no more telnet support! SSH is it. It's 2007, ↵David Cantrell2007-05-292-25/+3
| | | | update your client systems. Besides, telnet was b0rk3n in RHEL5 and only one person complained. Time to advance loader to a telnet-free world. Also, this only affects mainframes.
* 2006-05-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-211-1/+2
| | | | * scripts/upd-instroot: Add keyutils-libs (#240629)
* * command-stubs/pump-stub: Removed (#239427).David Cantrell2007-05-141-1/+2
| | | | | | | * command-stubs/dhcpclient-stub: Wrote new command to provide an IPv4 and IPv6 dhcp/auto client at the command line in rescue mode (#239427). * scripts/upd-instroot: Install dhcpclient-stub, symlink /usr/bin/pump to /usr/bin/dhcpclient (#239427).
* 2007-05-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-021-1/+2
| | | | | * scripts/upd-instroot (KEEPFILE): Add selinux-python to unbreak genhomedircon (#238277)
* 2007-05-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-021-1/+1
| | | | | | * scripts/mk-images (USBMODS): Add appletouch so we load it as needed (#238355) * loader2/usb.c (usbInitializeMouse): Load appletouch
* BZ 236211 Added mk-rescueimage.ia64prarit2007-05-011-0/+60
|
* Load spufs module on cell (#237725) and remove spufs hack as we should do thePaul Nasrat2007-04-271-1/+1
| | | | right thing now.
* Fix ppc32 netboot (#237988)Paul Nasrat2007-04-271-2/+2
|
* 2007-04-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-261-0/+1
| | | | | * scripts/splittree.py (Timber.createSplitDirs): Fix splitting (Joel Andres Granados, #233384)
* 2007-04-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-251-1/+2
| | | | * scripts/upd-instroot (PACKAGESRESCUE): Add libidn for ping (#237745)
* 2007-04-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-201-0/+3
| | | | | * scripts/upd-instroot (KEEPFILEGR): Add Mist since we're switching to it.
* I guess we want text mode to work too.Chris Lumens2007-04-191-3/+5
|
* Move locale-archive.tmpl into place.Chris Lumens2007-04-191-1/+5
|