summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
Commit message (Collapse)AuthorAgeFilesLines
...
* If directories are in $KEEPFILES, copy them to the second stage as well.Bill Nottingham2007-12-071-0/+12
| | | | | This is occasionally needed for things such as directories in /etc or /var.
* fix typoBill Nottingham2007-12-071-1/+1
|
* Fixup chunk of dwmw2's patch to be cleanerJeremy Katz2007-12-041-5/+1
|
* Update mk-images.ppc for new zImage wrapper (#409691)David Woodhouse2007-12-041-2/+7
|
* Put symlinks into second stage also.Jeremy Katz2007-12-031-1/+2
| | | | This should fix switching to other ttys during the graphical install
* Merge git://git.infradead.org/~dwmw2/anaconda into topic/efikaPaul Nasrat2007-12-031-0/+8
|\ | | | | | | | | * git://git.infradead.org/~dwmw2/anaconda: put efika.forth on the install media, for booting Efika
| * put efika.forth on the install media, for booting EfikaDavid Woodhouse2007-11-281-0/+8
| |
* | Include more nss libraries that are dlopened (#405921).Chris Lumens2007-11-301-0/+2
| |
* | Implement resizing methods for ext[23]Jeremy Katz2007-11-291-0/+1
| | | | | | | | | | Determination of the minimum size is a bit of a hack, but until the tools give us something better, it'll have to do
* | Include the libuser support libraries in stage1.Chris Lumens2007-11-281-0/+1
| |
* | Include nss libraries in the stage2 image (#396851).Chris Lumens2007-11-281-0/+7
|/ | | | | | | rpm now uses nss instead of beecrypt. Unfortunately, these libraries are dlopened instead of linked, so our smart library dependency code in upd-instroot won't pick them up. They'll need to go back in the list of files to include.
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-1/+3
| | | | | | The class LUKSDevice, in cryptodev.py, handles the details of creation and management of the encrypted devices. RequestSpec and Device classes contain an optional LUKSDevice instance describing the device's encryption setup. There is no support for pre-existing encrypted devices and kickstart support is not present at this point.
* Stupid fix for making sure /lib/ld-linux.so.* ends up in stage2.Chris Lumens2007-11-151-0/+5
| | | | | | | The DSO deps are different depending on if /lib/ld-2.*.so or /lib/ld-linux.so.* is called. In the former case, we don't end up with the symlink so nothing can run under stage2. This fix makes sure that symlink gets pulled in, but it does it in a stupid way. Feel free to commit something much better later.
* Include the lowest common denominator glibc and openssl packages (#367731).Chris Lumens2007-11-121-24/+9
| | | | | | Some packages are built for i686 as well as i386, so if we want to support older processors we need to include just the i386 packages. Also, I removed an unused function.
* Add CIFS tools to rescue image (samba-client package)msivak2007-10-261-1/+3
|
* Add ntfsprogs to rescue image. (#220062)jgranado2007-10-251-1/+19
|
* - Er, look for ld.so in the chroot, of course...Peter Jones2007-10-241-1/+1
|
* - Use the last (and hopefully newest) ld.so we find, not the first, and don'tPeter Jones2007-10-241-2/+2
| | | | follow symlinks.
* 2007-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-241-232/+56
| | | | | | * scripts/upd-instroot: Commit the patch from Orion Poplawski to fix up our shlib dep finding. Also removes the hardcoded lists of libraries
* - add showpart here tooPeter Jones2007-10-171-0/+1
|
* 2007-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-111-18/+8
| | | | * scripts/upd-instroot: Improved find patch from Orion Poplawski
* 2007-10-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-101-32/+42
| | | | | | * scripts/upd-instroot: Patches from Orion Poplawski to add timing information, not duplicate the file list creation, not doubling package installs and avoiding using find when we can
* 2007-10-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-081-0/+1
| | | | * scripts/upd-instroot (tsflags): Use nodocs (Orion Poplawski)
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-11/+11
| | | | * scripts/upd-instroot (KEEPFILEGR): More font movement (#304271)
* 2007-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-241-2/+1
| | | | | * scripts/mk-images (foundakernel): And instead expand it out here * scripts/upd-instroot (PACKAGES): Don't grab firmware here
* 2007-09-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-181-1/+1
| | | | * scripts/upd-instroot (KEEPFILEGR): I can't type (#279931)
* 2007-09-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-071-1/+2
| | | | * scripts/upd-instroot (PACKAGESGR): New chinese font packaging too
* 2007-09-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-061-2/+3
| | | | | * scripts/upd-instroot (PACKAGESGR): Include new japanese font package naming (#279931)
* * 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-301-3/+3
| | | | | | | | | | | | 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-271-1/+2
| | | | | | | 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-271-4/+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-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).
* 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.
* * anaconda.spec: Bump versionanaconda-11.3.0.12-1Bill 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-261-6/+36
| | | | | | * scripts/upd-instroot: Use the tree as the repo rather than the yum config on the machine (whoops!) * scripts/buildinstall (BUILDINSTALL): Pass $p
* 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.