summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix up the groff related stuff for man pages to be done in the correct placeJeremy Katz2008-02-141-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 Katz2008-02-141-3/+3
|
* Do the man pages in rescue mode the right way.Joel Andres Granados2008-02-121-0/+8
|
* Add the real mount programs to stage1.Chris Lumens2008-02-111-0/+5
|
* Add qla2xxx firmware (#377921)Jeremy Katz2008-02-081-0/+3
|
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-051-0/+2
|
* Fix a typo.Chris Lumens2008-01-251-1/+1
|
* Add the crc32c kernel module for iscsi (#405911).Chris Lumens2008-01-161-1/+1
|
* udev support binaries are now all symlinks to udevadm; ship them as suchBill Nottingham2008-01-141-3/+3
|
* Install new udev paths so HAL can talk to itBill Nottingham2008-01-131-0/+2
|
* Remove obsolete bits that we no longer need with module trees.Bill Nottingham2007-12-191-19/+2
|
* Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware ↵Bill Nottingham2007-12-191-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 Nottingham2007-12-191-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 Cantrell2007-12-171-0/+19
|
* Update crypto module names to keep up with kernel.David Lehman2007-12-121-1/+1
|
* Install udevd and required rules on the stage1 initrd. Remove obsolete ↵Bill Nottingham2007-12-071-1/+9
| | | | /var/state directory.
* Use the passwd and group from the second stage, rather than create our own.Bill Nottingham2007-12-071-15/+3
|
* Remove unused SECSTAGE module list.David Lehman2007-11-301-1/+0
|
* Actually include crypto mods in the initrd, not the non-existent SECSTAGE.David Lehman2007-11-301-1/+1
|
* Add support for ext4dev hidden away behind a command line optionJeremy Katz2007-11-291-1/+1
|
* 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-161-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)msivak2007-10-261-1/+1
|
* 2007-10-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-111-1/+1
| | | | * scripts/mk-images (foundakernel): Actually extract firmware
* 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-241-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 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)
* * loader2/net.c (chooseNetworkInterface): Skip devices that do notDavid Cantrell2007-08-301-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_64David Cantrell2007-08-271-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 Katz2007-08-271-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 flyBill Nottingham2007-08-031-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 Lumens2007-07-311-0/+3
|
* * loader2/loader.c: Remove support for nofb and vga16 framebufferBill Nottingham2007-06-181-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 Lumens2007-06-151-2/+2
|
* mksquashfs is stupid and wants its arguments in a particular order.Chris Lumens2007-06-151-2/+2
|
* * image.py (CdromInstallMethod.__init__): don't nuke the timestampdlehman2007-06-041-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 Katz2007-05-311-2/+2
| | | | * scripts/mk-images: Shut up mksquashfs.
* Get ready for a surprise... no more telnet support! SSH is it. It's 2007, ↵David Cantrell2007-05-291-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 Katz2007-05-021-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 Cantrell2007-04-031-2/+2
|
* * scripts/mk-images: Add libata and the scsi_transport_ kernel modules.David Cantrell2007-04-031-2/+2
|
* More RAID10 fixes (#230268).Chris Lumens2007-03-221-1/+1
|
* 2007-03-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-191-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 Katz2007-03-061-1/+1
| | | | | * scripts/mk-images (FSMODS): Hey, lookie there... someone made ext2 a module.
* 2007-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-301-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 Katz2006-10-011-1/+1
| | | | * scripts/mk-images (LVMMODS): Add dm-crypt (#208742)
* 2006-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-151-1/+1
| | | | * scripts/mk-images (PATH): Fix tyop (#206638)
* 2006-09-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-141-4/+4
| | | | * scripts/mk-images: Use -no-fragments to mksquashfs (#206472)