Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix up the groff related stuff for man pages to be done in the correct place | Jeremy Katz | 2008-02-14 | 1 | -8/+0 | |
| | | | | | We should be doing the linking for the groff stuff in upd-instroot as it isn't relevant for the initrds | |||||
* | More fixing of mount paths (#432720) | Jeremy Katz | 2008-02-14 | 1 | -3/+3 | |
| | ||||||
* | Do the man pages in rescue mode the right way. | Joel Andres Granados | 2008-02-12 | 1 | -0/+8 | |
| | ||||||
* | Add the real mount programs to stage1. | Chris Lumens | 2008-02-11 | 1 | -0/+5 | |
| | ||||||
* | Add qla2xxx firmware (#377921) | Jeremy Katz | 2008-02-08 | 1 | -0/+3 | |
| | ||||||
* | Remove our own DNS functions, since glibc's are available now. | Chris Lumens | 2008-02-05 | 1 | -0/+2 | |
| | ||||||
* | Fix a typo. | Chris Lumens | 2008-01-25 | 1 | -1/+1 | |
| | ||||||
* | Add the crc32c kernel module for iscsi (#405911). | Chris Lumens | 2008-01-16 | 1 | -1/+1 | |
| | ||||||
* | udev support binaries are now all symlinks to udevadm; ship them as such | Bill Nottingham | 2008-01-14 | 1 | -3/+3 | |
| | ||||||
* | Install new udev paths so HAL can talk to it | Bill Nottingham | 2008-01-13 | 1 | -0/+2 | |
| | ||||||
* | Remove obsolete bits that we no longer need with module trees. | Bill Nottingham | 2007-12-19 | 1 | -19/+2 | |
| | ||||||
* | Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware ↵ | Bill Nottingham | 2007-12-19 | 1 | -123/+47 | |
| | | | | | | | | | tree. These are actually in /modules and /firmware and symlinked, in both the first and second stage. Don't use tools to edit modules.alias, just run depmod on the pruned module set. Compress modules to save in-RAM space. | |||||
* | Switch to a dynamically linked stage 1. | Bill Nottingham | 2007-12-19 | 1 | -66/+37 | |
| | | | | | | | | | | | - Use udev, not udev-static. - Include module-init-tools. - Link loader dynamically. - Split DSO dependency finder off into a separate functions file; use it in both mk-images and upd-instroot - Adjust mk-images to use it - Nuke hardcoded s390 library list for stage1 - Add non-DSO library deps to stage1 - libgcc (backtrace), libnss_files | |||||
* | GPLv2+ boilerplates for scripts/ scripts and other such odds and ends. | David Cantrell | 2007-12-17 | 1 | -0/+19 | |
| | ||||||
* | Update crypto module names to keep up with kernel. | David Lehman | 2007-12-12 | 1 | -1/+1 | |
| | ||||||
* | Install udevd and required rules on the stage1 initrd. Remove obsolete ↵ | Bill Nottingham | 2007-12-07 | 1 | -1/+9 | |
| | | | | /var/state directory. | |||||
* | Use the passwd and group from the second stage, rather than create our own. | Bill Nottingham | 2007-12-07 | 1 | -15/+3 | |
| | ||||||
* | Remove unused SECSTAGE module list. | David Lehman | 2007-11-30 | 1 | -1/+0 | |
| | ||||||
* | Actually include crypto mods in the initrd, not the non-existent SECSTAGE. | David Lehman | 2007-11-30 | 1 | -1/+1 | |
| | ||||||
* | Add support for ext4dev hidden away behind a command line option | Jeremy Katz | 2007-11-29 | 1 | -1/+1 | |
| | ||||||
* | 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 | 1 | -1/+2 | |
| | | | | | | 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. | |||||
* | Add CIFS tools to rescue image (samba-client package) | msivak | 2007-10-26 | 1 | -1/+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-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 | 1 | -7/+9 | |
| | | | | | * scripts/mk-images (foundakernel): And instead expand it out here * scripts/upd-instroot (PACKAGES): Don't grab firmware here | |||||
* | 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) | |||||
* | * loader2/net.c (chooseNetworkInterface): Skip devices that do not | David Cantrell | 2007-08-30 | 1 | -24/+35 | |
| | | | | | | | | | | | | 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). | |||||
* | * scripts/upd-instroot: Add wifi firmware packages to i386/x86_64 | David Cantrell | 2007-08-27 | 1 | -0/+25 | |
| | | | | | | | 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 Katz | 2007-08-27 | 1 | -2/+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. | |||||
* | * utils/genmodinfo: New file, utility to generate module-info on the fly | Bill Nottingham | 2007-08-03 | 1 | -2/+4 | |
| | | | | | | * utils/Makefile: Install genmodinfo. * scripts/mk-images: Use genmodinfo. * loader2/module-info, loader2/Makefile: Kill it dead. | |||||
* | Add a block describing stage2 (Will Woods <wwoods AT redhat DOT com>). | Chris Lumens | 2007-07-31 | 1 | -0/+3 | |
| | ||||||
* | * loader2/loader.c: Remove support for nofb and vga16 framebuffer | Bill Nottingham | 2007-06-18 | 1 | -3/+2 | |
| | | | | | | * scripts/mk-images: Remove vga16 framebuffer module, bterm terminfo * scripts/upd-instroot: Likewise. * docs/command-line.txt: Remove nofb docs | |||||
* | Really, really, very stupid. | Chris Lumens | 2007-06-15 | 1 | -2/+2 | |
| | ||||||
* | mksquashfs is stupid and wants its arguments in a particular order. | Chris Lumens | 2007-06-15 | 1 | -2/+2 | |
| | ||||||
* | * image.py (CdromInstallMethod.__init__): don't nuke the timestamp | dlehman | 2007-06-04 | 1 | -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 Katz | 2007-05-31 | 1 | -2/+2 | |
| | | | | * scripts/mk-images: Shut up mksquashfs. | |||||
* | Get ready for a surprise... no more telnet support! SSH is it. It's 2007, ↵ | David Cantrell | 2007-05-29 | 1 | -20/+1 | |
| | | | | 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. | |||||
* | 2007-05-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-05-02 | 1 | -1/+1 | |
| | | | | | | * scripts/mk-images (USBMODS): Add appletouch so we load it as needed (#238355) * loader2/usb.c (usbInitializeMouse): Load appletouch | |||||
* | I give up. | David Cantrell | 2007-04-03 | 1 | -2/+2 | |
| | ||||||
* | * scripts/mk-images: Add libata and the scsi_transport_ kernel modules. | David Cantrell | 2007-04-03 | 1 | -2/+2 | |
| | ||||||
* | More RAID10 fixes (#230268). | Chris Lumens | 2007-03-22 | 1 | -1/+1 | |
| | ||||||
* | 2007-03-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-03-19 | 1 | -1/+1 | |
| | | | | | | * scripts/mk-images (FIREWIREMODS): Add new firewire modules (based on patch from krh, #231708) * loader2/module-info: Likewise. | |||||
* | 2007-03-05 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-03-06 | 1 | -1/+1 | |
| | | | | | * scripts/mk-images (FSMODS): Hey, lookie there... someone made ext2 a module. | |||||
* | 2007-01-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-01-30 | 1 | -26/+27 | |
| | | | | | | | | | | | * scripts/buildinstall: Use $TMPDIR instead of hard-coded /tmp (Steve Pritchard <steve@silug.org>, #224438) * scripts/getkeymaps: Likewise. * scripts/mk-images: Likewise. * scripts/mk-images.ia64: Likewise. * scripts/pkgorder: Likewise. * scripts/upd-instroot: Likewise. * scripts/yumcache: Likewise. | |||||
* | 2006-10-01 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-10-01 | 1 | -1/+1 | |
| | | | | * scripts/mk-images (LVMMODS): Add dm-crypt (#208742) | |||||
* | 2006-09-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-15 | 1 | -1/+1 | |
| | | | | * scripts/mk-images (PATH): Fix tyop (#206638) | |||||
* | 2006-09-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-14 | 1 | -4/+4 | |
| | | | | * scripts/mk-images: Use -no-fragments to mksquashfs (#206472) |