summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Include lshal so that we can get debugging from people if we need itJeremy Katz2007-12-101-0/+1
|
* more PK directoriesBill Nottingham2007-12-101-1/+2
|
* Catch errors from yum, exit on them.Bill Nottingham2007-12-071-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 Nottingham2007-12-071-4/+4
| | | | There's only a minimal size difference (1.2MB -> 1.4MB uncompressed.)
* dejavu-lgc-fonts moved to a new directoryBill Nottingham2007-12-071-3/+3
|
* Install udevd and required rules on the stage1 initrd. Remove obsolete ↵Bill Nottingham2007-12-071-1/+9
| | | | /var/state directory.
* Install udev, udev-static, dbus, hal, dbus-python. Keep various pieces in ↵Bill Nottingham2007-12-071-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 Nottingham2007-12-071-15/+3
|
* 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-042-26/+32
|
* 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-032-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 EfikaDavid Woodhouse2007-11-282-0/+9
| |
* | Remove unused SECSTAGE module list.David Lehman2007-11-301-1/+0
| |
* | Include more nss libraries that are dlopened (#405921).Chris Lumens2007-11-301-0/+2
| |
* | Actually include crypto mods in the initrd, not the non-existent SECSTAGE.David Lehman2007-11-301-1/+1
| |
* | 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
* | Add support for ext4dev hidden away behind a command line optionJeremy Katz2007-11-291-1/+1
| |
* | Add back alpha mk-images supportOliver Falk2007-11-281-0/+112
| |
* | 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.
* Add linear.ko to the modules available for rescue mode (#151742).Chris Lumens2007-11-271-1/+1
|
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-162-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 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.
* Some arguments are required (#355871).Chris Lumens2007-10-291-1/+1
|
* Added a --disc-size= option to set the size of the media in MB. Defaults toChris Lumens2007-10-261-3/+11
| | | | the old value of 640 (#149234)
* Add CIFS tools to rescue image (samba-client package)msivak2007-10-262-2/+4
|
* Create the pendirve image with makebootfat instead of syslinux.jgranado2007-10-251-4/+1
|
* 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-1/+1
| | | | * scripts/mk-images (foundakernel): Actually extract firmware
* 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-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-261-1/+1
| | | | * scripts/buildinstall (BUILDARCH): Make more predictable (#239897)
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-11/+11
| | | | * scripts/upd-instroot (KEEPFILEGR): More font movement (#304271)
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-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 listJeremy Katz2007-09-241-6/+6
|
* 2007-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-242-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 Katz2007-09-181-1/+1
| | | | * scripts/upd-instroot (KEEPFILEGR): I can't type (#279931)
* 2007-09-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-181-1/+1
| | | | * scripts/mk-images (FIREWIREMODS): Module names changed again (#292421)
* 2007-09-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-171-2/+4
| | | | * scripts/mk-images: Fix treeinfo path to stage2 (Will Woods)
* 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)