| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Include lshal so that we can get debugging from people if we need it | Jeremy Katz | 2007-12-10 | 1 | -0/+1 | |
| | | ||||||
| * | more PK directories | Bill Nottingham | 2007-12-10 | 1 | -1/+2 | |
| | | ||||||
| * | Catch errors from yum, exit on them. | Bill Nottingham | 2007-12-07 | 1 | -1/+1 | |
| | | | | | | | When building the root for the second stage, we should a) catch stderr so we see yum errors in the log b) exit on those errors, as it's unlikely the images will be any good if we can't install the package set. | |||||
| * | Switch to full dejavu-fonts, to match the installed OS default. | Bill Nottingham | 2007-12-07 | 1 | -4/+4 | |
| | | | | | There's only a minimal size difference (1.2MB -> 1.4MB uncompressed.) | |||||
| * | dejavu-lgc-fonts moved to a new directory | Bill Nottingham | 2007-12-07 | 1 | -3/+3 | |
| | | ||||||
| * | Install udevd and required rules on the stage1 initrd. Remove obsolete ↵ | Bill Nottingham | 2007-12-07 | 1 | -1/+9 | |
| | | | | | /var/state directory. | |||||
| * | Install udev, udev-static, dbus, hal, dbus-python. Keep various pieces in ↵ | Bill Nottingham | 2007-12-07 | 1 | -2/+26 | |
| | | | | | | | | | stage2. The PolicyKit directories are a HAL requirement. We use udev-static in the initrd, but various utils in the second stage from the base udev package. | |||||
| * | Use the passwd and group from the second stage, rather than create our own. | Bill Nottingham | 2007-12-07 | 1 | -15/+3 | |
| | | ||||||
| * | If directories are in $KEEPFILES, copy them to the second stage as well. | Bill Nottingham | 2007-12-07 | 1 | -0/+12 | |
| | | | | | | This is occasionally needed for things such as directories in /etc or /var. | |||||
| * | fix typo | Bill Nottingham | 2007-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | Fixup chunk of dwmw2's patch to be cleaner | Jeremy Katz | 2007-12-04 | 1 | -5/+1 | |
| | | ||||||
| * | Update mk-images.ppc for new zImage wrapper (#409691) | David Woodhouse | 2007-12-04 | 2 | -26/+32 | |
| | | ||||||
| * | Put symlinks into second stage also. | Jeremy Katz | 2007-12-03 | 1 | -1/+2 | |
| | | | | | This should fix switching to other ttys during the graphical install | |||||
| * | Merge git://git.infradead.org/~dwmw2/anaconda into topic/efika | Paul Nasrat | 2007-12-03 | 2 | -0/+9 | |
| |\ | | | | | | | | | * 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 Efika | David Woodhouse | 2007-11-28 | 2 | -0/+9 | |
| | | | ||||||
| * | | Remove unused SECSTAGE module list. | David Lehman | 2007-11-30 | 1 | -1/+0 | |
| | | | ||||||
| * | | Include more nss libraries that are dlopened (#405921). | Chris Lumens | 2007-11-30 | 1 | -0/+2 | |
| | | | ||||||
| * | | Actually include crypto mods in the initrd, not the non-existent SECSTAGE. | David Lehman | 2007-11-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Implement resizing methods for ext[23] | Jeremy Katz | 2007-11-29 | 1 | -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 | |||||
| * | | Add support for ext4dev hidden away behind a command line option | Jeremy Katz | 2007-11-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add back alpha mk-images support | Oliver Falk | 2007-11-28 | 1 | -0/+112 | |
| | | | ||||||
| * | | Include the libuser support libraries in stage1. | Chris Lumens | 2007-11-28 | 1 | -0/+1 | |
| | | | ||||||
| * | | Include nss libraries in the stage2 image (#396851). | Chris Lumens | 2007-11-28 | 1 | -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. | |||||
| * | Add linear.ko to the modules available for rescue mode (#151742). | Chris Lumens | 2007-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | Initial support for block devices encrypted using LUKS/dm-crypt. | David Lehman | 2007-11-16 | 2 | -2/+5 | |
| | | | | | | | 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 Lumens | 2007-11-15 | 1 | -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 Lumens | 2007-11-12 | 1 | -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. | |||||
| * | Some arguments are required (#355871). | Chris Lumens | 2007-10-29 | 1 | -1/+1 | |
| | | ||||||
| * | Added a --disc-size= option to set the size of the media in MB. Defaults to | Chris Lumens | 2007-10-26 | 1 | -3/+11 | |
| | | | | | the old value of 640 (#149234) | |||||
| * | Add CIFS tools to rescue image (samba-client package) | msivak | 2007-10-26 | 2 | -2/+4 | |
| | | ||||||
| * | Create the pendirve image with makebootfat instead of syslinux. | jgranado | 2007-10-25 | 1 | -4/+1 | |
| | | ||||||
| * | Add ntfsprogs to rescue image. (#220062) | jgranado | 2007-10-25 | 1 | -1/+19 | |
| | | ||||||
| * | - Er, look for ld.so in the chroot, of course... | Peter Jones | 2007-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | - Use the last (and hopefully newest) ld.so we find, not the first, and don't | Peter Jones | 2007-10-24 | 1 | -2/+2 | |
| | | | | | follow symlinks. | |||||
| * | 2007-10-24 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-24 | 1 | -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 too | Peter Jones | 2007-10-17 | 1 | -0/+1 | |
| | | ||||||
| * | 2007-10-11 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-11 | 1 | -1/+1 | |
| | | | | | * scripts/mk-images (foundakernel): Actually extract firmware | |||||
| * | 2007-10-11 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-11 | 1 | -18/+8 | |
| | | | | | * scripts/upd-instroot: Improved find patch from Orion Poplawski | |||||
| * | 2007-10-10 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-10 | 1 | -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 Katz | 2007-10-08 | 1 | -0/+1 | |
| | | | | | * scripts/upd-instroot (tsflags): Use nodocs (Orion Poplawski) | |||||
| * | 2007-09-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-26 | 1 | -1/+1 | |
| | | | | | * scripts/buildinstall (BUILDARCH): Make more predictable (#239897) | |||||
| * | 2007-09-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-25 | 1 | -11/+11 | |
| | | | | | * scripts/upd-instroot (KEEPFILEGR): More font movement (#304271) | |||||
| * | 2007-09-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-25 | 1 | -13/+13 | |
| | | | | | | | * loader2/loader.c (main): Look in /modules/firmware * scripts/mk-images: Firmware in /modules/firmware instead | |||||
| * | (makeinitrd): Check for firmware against expanded module list | Jeremy Katz | 2007-09-24 | 1 | -6/+6 | |
| | | ||||||
| * | 2007-09-24 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-24 | 2 | -9/+10 | |
| | | | | | | * 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 Katz | 2007-09-18 | 1 | -1/+1 | |
| | | | | | * scripts/upd-instroot (KEEPFILEGR): I can't type (#279931) | |||||
| * | 2007-09-17 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-18 | 1 | -1/+1 | |
| | | | | | * scripts/mk-images (FIREWIREMODS): Module names changed again (#292421) | |||||
| * | 2007-09-17 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-17 | 1 | -2/+4 | |
| | | | | | * scripts/mk-images: Fix treeinfo path to stage2 (Will Woods) | |||||
| * | 2007-09-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-07 | 1 | -1/+2 | |
| | | | | | * scripts/upd-instroot (PACKAGESGR): New chinese font packaging too | |||||
| * | 2007-09-06 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-06 | 1 | -2/+3 | |
| | | | | | | * scripts/upd-instroot (PACKAGESGR): Include new japanese font package naming (#279931) | |||||
