| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add the real mount programs to stage1. | Chris Lumens | 2008-02-11 | 1 | -2/+5 |
| * | fsset.py tweaks for ext4dev & xfs | Eric Sandeen | 2008-01-31 | 1 | -0/+1 |
| * | our DT_NEEDED checking should pull these in | Jeremy Katz | 2008-01-31 | 1 | -2/+0 |
| * | Fix generation of stage1 images. | Bill Nottingham | 2008-01-25 | 1 | -0/+1 |
| * | Include new firstboot module. | Chris Lumens | 2008-01-23 | 1 | -1/+1 |
| * | Remove kudzu-probe-stub. | Chris Lumens | 2008-01-23 | 1 | -1/+0 |
| * | Add dogtail support (#172891, #239024). | Chris Lumens | 2008-01-23 | 1 | -1/+24 |
| * | Update font paths. | Chris Lumens | 2008-01-22 | 1 | -6/+4 |
| * | Add firstaidkit to the rescue image. | Joel Andres Granados | 2008-01-16 | 1 | -1/+5 |
| * | nss files have moved to /lib. | Chris Lumens | 2008-01-14 | 1 | -7/+7 |
| * | Also get DSO deps for setuid binaries (like X). | Chris Lumens | 2008-01-12 | 1 | -1/+1 |
| * | Fix a typo. | Chris Lumens | 2008-01-12 | 1 | -1/+1 |
| * | Include mkfs.gfs2 (#356661). | Chris Lumens | 2008-01-10 | 1 | -1/+1 |
| * | Use the new default Japanese font (#428070). | Chris Lumens | 2008-01-10 | 1 | -3/+2 |
| * | X now relies on libpciaccess, so add it to our list. | Chris Lumens | 2008-01-08 | 1 | -1/+1 |
| * | Add cracklib-dicts (#426444) | Jeremy Katz | 2007-12-21 | 1 | -1/+2 |
| * | Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware ... | Bill Nottingham | 2007-12-19 | 1 | -0/+4 |
| * | Switch to a dynamically linked stage 1. | Bill Nottingham | 2007-12-19 | 1 | -120/+6 |
| * | Validation of root password with cracklib | HARA Hiroshi | 2007-12-17 | 1 | -1/+3 |
| * | GPLv2+ boilerplates for scripts/ scripts and other such odds and ends. | David Cantrell | 2007-12-17 | 1 | -0/+18 |
| * | 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 |
| * | Switch to full dejavu-fonts, to match the installed OS default. | Bill Nottingham | 2007-12-07 | 1 | -4/+4 |
| * | dejavu-lgc-fonts moved to a new directory | Bill Nottingham | 2007-12-07 | 1 | -3/+3 |
| * | Install udev, udev-static, dbus, hal, dbus-python. Keep various pieces in sta... | Bill Nottingham | 2007-12-07 | 1 | -2/+26 |
| * | If directories are in $KEEPFILES, copy them to the second stage as well. | Bill Nottingham | 2007-12-07 | 1 | -0/+12 |
| * | 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 | 1 | -2/+7 |
| * | Put symlinks into second stage also. | Jeremy Katz | 2007-12-03 | 1 | -1/+2 |
| * | Merge git://git.infradead.org/~dwmw2/anaconda into topic/efika | Paul Nasrat | 2007-12-03 | 1 | -0/+8 |
| |\ |
|
| | * | put efika.forth on the install media, for booting Efika | David Woodhouse | 2007-11-28 | 1 | -0/+8 |
| * | | Include more nss libraries that are dlopened (#405921). | Chris Lumens | 2007-11-30 | 1 | -0/+2 |
| * | | Implement resizing methods for ext[23] | Jeremy Katz | 2007-11-29 | 1 | -0/+1 |
| * | | 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 |
| |/ |
|
| * | Initial support for block devices encrypted using LUKS/dm-crypt. | David Lehman | 2007-11-16 | 1 | -1/+3 |
| * | Stupid fix for making sure /lib/ld-linux.so.* ends up in stage2. | Chris Lumens | 2007-11-15 | 1 | -0/+5 |
| * | Include the lowest common denominator glibc and openssl packages (#367731). | Chris Lumens | 2007-11-12 | 1 | -24/+9 |
| * | Add CIFS tools to rescue image (samba-client package) | msivak | 2007-10-26 | 1 | -1/+3 |
| * | 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 |
| * | 2007-10-24 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-24 | 1 | -232/+56 |
| * | - 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 | -18/+8 |
| * | 2007-10-10 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-10 | 1 | -32/+42 |
| * | 2007-10-08 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-08 | 1 | -0/+1 |
| * | 2007-09-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-25 | 1 | -11/+11 |