Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Helps to get the right soname in the initrd. | Chris Lumens | 2008-09-11 | 1 | -1/+1 | |
| | ||||||
* | Let's try pulling libsqlite into the initrd one more time. | Chris Lumens | 2008-09-10 | 1 | -1/+1 | |
| | ||||||
* | sys.stderr.write needs a newline. | Chris Lumens | 2008-09-10 | 2 | -10/+10 | |
| | ||||||
* | Remove unused TIMEZONES= crud. | Chris Lumens | 2008-09-10 | 1 | -17/+0 | |
| | ||||||
* | print doesn't yet support the file= syntax in our version of python. | Chris Lumens | 2008-09-10 | 2 | -10/+10 | |
| | ||||||
* | Include NetworkManager and dbus libraries on 64-bit arches (#461632). | Chris Lumens | 2008-09-09 | 1 | -8/+8 | |
| | ||||||
* | We need libsqlite3.so in upd-instroot before it can be in the initrd. | Chris Lumens | 2008-09-09 | 2 | -1/+2 | |
| | ||||||
* | Add more kernel crypto modules (#443545). | Chris Lumens | 2008-09-08 | 1 | -1/+1 | |
| | ||||||
* | Use print() as a function. | Peter Jones | 2008-09-08 | 3 | -18/+18 | |
| | ||||||
* | Add libsqlite to the initrd, which is needed by NSS libs. | Chris Lumens | 2008-09-05 | 1 | -0/+1 | |
| | ||||||
* | Add more dlopen()ed libraries to the initrd. | Chris Lumens | 2008-09-05 | 1 | -0/+2 | |
| | ||||||
* | Make sure /bin/sh is linked to /bin/bash | David Cantrell | 2008-09-04 | 1 | -0/+1 | |
| | | | | | Using bash on the initrd.img now, but make sure we keep the /bin/sh link. | |||||
* | Do not include /usr/lib/gconv in install.img | David Cantrell | 2008-09-04 | 1 | -4/+0 | |
| | | | | | | New NetworkManager appeared in rawhide that does not perform UTF-8 conversions on DHCP options, so we don't need to include /usr/lib/gconv in the install image. | |||||
* | Add /etc/NetworkManager/dispatcher.d to the install.img. | Chris Lumens | 2008-09-03 | 1 | -0/+1 | |
| | ||||||
* | Remove last vestiges of rhpxl and pirut. | Chris Lumens | 2008-09-03 | 1 | -3/+0 | |
| | ||||||
* | Only one list of packages in upd-instroot, thanks. | Chris Lumens | 2008-09-03 | 1 | -78/+44 | |
| | ||||||
* | Add xrandr back into the install.img (#458738). | Chris Lumens | 2008-09-03 | 1 | -1/+3 | |
| | ||||||
* | Pull in the gtkrc file so we can find the theme. | Chris Lumens | 2008-08-28 | 1 | -1/+1 | |
| | ||||||
* | Support accessing preexisting LUKS devs using LRW or XTS ciphers. (#455063) | David Lehman | 2008-08-26 | 1 | -1/+1 | |
| | ||||||
* | For /dev/hvc0 terminals, set TERM to vt320 (#219556). | David Cantrell | 2008-08-26 | 1 | -0/+4 | |
| | | | | Add vt320 terminfo files, remove bterm from the terminfo list (#219556). | |||||
* | Use NetworkManager instead of libdhcp. (#458183) | David Cantrell | 2008-08-25 | 3 | -34/+172 | |
| | | | | | | | | | | | Finally, no more libdhcp. This is the first set of changes to take anaconda over to the wonderful world of NetworkManager. We are no longer linking with libdhcp to do interface configuration. NM is started early in the installation and opens the door to things like WPA installation support and things like that. | |||||
* | Include the anaconda-yum-plugins in the install.img.anaconda-11.4.1.29-1 | Chris Lumens | 2008-08-22 | 1 | -1/+5 | |
| | ||||||
* | Rename stage2.img to install.img | David Cantrell | 2008-08-13 | 7 | -13/+23 | |
| | | | | | | To make the installation image files more clear and since we have removed minstg2.img, rename stage2.img to install.img. | |||||
* | Make upd-updates create the updates.img you specify if it doesn't already exist. | Peter Jones | 2008-08-13 | 1 | -0/+3 | |
| | ||||||
* | Add module dependencies of qeth.ko (#431922). | Chris Lumens | 2008-08-12 | 1 | -1/+1 | |
| | ||||||
* | More fixes to include udev rules in the initrd (#458570). | Chris Lumens | 2008-08-12 | 2 | -0/+5 | |
| | ||||||
* | Catch the first non-generic-logo package that provides system-logos. | Chris Lumens | 2008-08-12 | 1 | -1/+6 | |
| | ||||||
* | udev rules have changed location (#458570). | Chris Lumens | 2008-08-11 | 1 | -5/+5 | |
| | ||||||
* | mk-images: replace kernel-xen with pv_ops kernel | Mark McLoughlin | 2008-08-07 | 4 | -37/+28 | |
| | | | | | | | | | | | | | | | | | | | | kernel-xen is dead, replaced now with pv_ops Xen guest support in the stock kernels. On x86_64 and ia64, we now just point the [images-xen] .treeinfo stanza at the stock kernels in images/pxeboot. On x86_32, things are a bit more complicated. The stock kernel is kernel.i586 but Xen guests support is only included in kernel-PAE.i686 because Xen only runs in PAE mode. In this case, we just copy the kernel-PAE vmlinuz to images/pxeboot/vmlinuz-PAE and build another initrd as images/pxeboot/initrd-PAE.img. It's these images we point the [images-xen] stanza at. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | |||||
* | Use a temporary location for yum cache data (#457632). | Chris Lumens | 2008-08-06 | 1 | -6/+6 | |
| | ||||||
* | Add /sbin/sfdisk (#224297). | David Cantrell | 2008-08-06 | 1 | -0/+1 | |
| | ||||||
* | Don't mention images/diskboot.img anymore (#441092). | Chris Lumens | 2008-08-06 | 1 | -5/+0 | |
| | ||||||
* | More iSeries removal from scripts (#456878) | David Cantrell | 2008-08-05 | 1 | -5/+1 | |
| | ||||||
* | Remove iSeries image generation (#456878) | David Cantrell | 2008-08-05 | 1 | -9/+0 | |
| | | | | | | In mk-images.ppc, remove the iSeries stuff. The ppc community has stated that iSeries support is not longer necessary. | |||||
* | Use system-logos instead of hardcoding fedora-logos (#457378). | Chris Lumens | 2008-08-04 | 2 | -4/+4 | |
| | ||||||
* | Leave anaconda-runtime around for mk-images run. | David Cantrell | 2008-07-29 | 1 | -5/+8 | |
| | | | | | | | | Do not remove the anaconda-runtime or syslinux directories before calling doPostImages. We need files from there for the mkisofs step. In makemainimage, make sure we exclude the anaconda-runtime and syslinux directories when making the second stage image there. | |||||
* | Remove an instance of NEEDGR still existing to fix graphical isolinux (#457144) | Jeremy Katz | 2008-07-29 | 1 | -5/+3 | |
| | ||||||
* | Clean up some mistakes in the minstg2 removal. | David Cantrell | 2008-07-25 | 2 | -3/+4 | |
| | | | | | Fix up some errors in mk-images and upd-instroot that are preventing images from building correctly. | |||||
* | Remove support for generating a minstg2.img image. | David Cantrell | 2008-07-24 | 3 | -487/+406 | |
| | | | | | | The minstg2 image has outlived its usefulness. We are at a point where we have been maintaining two stage 2 images and they are slowly becoming identical. | |||||
* | Require python-bugzilla. | Chris Lumens | 2008-07-22 | 1 | -1/+2 | |
| | ||||||
* | Support booting from FCP-attached CD/DVD drive on s390 (#184648) | David Cantrell | 2008-07-17 | 2 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The s390 can boot El Torito CD or DVD images iff they are attached by zFCP, used as the IPL device, and contain a specially formatted boot image on the disc. IBM provided the tool to combobulate the boot image together and a description of the desired execution path. When you boot on s390, the linuxrc.s390 will look to see if you IPL'ed from a CD or DVD. If you did, it will ask if you also want to install from that device. If you answer yes (y, Y, or any case spelling of 'yes'), the script will bring the IPL device online so the kernel assigns it a device name. Then it skips over the network configuration and starts you in to loader. If you tell it no or did not IPL from a CD or DVD, it'll launch the missiles--wait, no, I mean you get the normal network installation questions before loader starts. I have no way to test this as it requires the following changes: (1) Rel-eng needs to build s390x media with -no-emul-boot and specify the new cdboot.img file on that platform. I have already contacted rel-eng about making this change. (2) I don't have a CD-ROM drive in my mainframe. IBM does and testing is all falling on them. IBM knows this...maybe. I explain all of this like anyone else on the team will ever get a chance to experience it. So there you have it. A letter opener. | |||||
* | Look for repo config files in /etc/anaconda.repos.d. | Chris Lumens | 2008-07-16 | 1 | -0/+2 | |
| | | | | | | | | | yum wants to look in installroot+/etc/yum.repos.d for config files, which means it ends up looking under /mnt/sysimage. On fresh installs this is no problem because that path does not exist, but on upgrades it does. We end up with the wrong repo config objects in the upgrade case. The least hacky fix is to change where we store repo config files to a path that likely won't exist on installed systems. | |||||
* | It's called crypto_blkcipher.ko these days. | Chris Lumens | 2008-07-16 | 1 | -2/+2 | |
| | ||||||
* | Point the upd-instroot script the the directory where all the FAK plugins | Joel Andres Granados | 2008-07-14 | 1 | -1/+1 | |
| | | | | live. | |||||
* | Add the MD5 sum to the boot.iso to avoid errors in loader (#453698). | Chris Lumens | 2008-07-09 | 3 | -0/+3 | |
| | ||||||
* | Sort PACKAGES= and add dmraid-libs | Peter Jones | 2008-07-03 | 1 | -19/+19 | |
| | ||||||
* | Add mesa-dri-drivers to PACKAGESGR. | Peter Jones | 2008-07-03 | 1 | -14/+15 | |
| | ||||||
* | Alphabetize PACKAGESGR's initial setting. | Peter Jones | 2008-07-03 | 1 | -30/+28 | |
| | ||||||
* | Query for anaconda rather than anaconda-runtime in buildinstall | Jesse Keating | 2008-06-25 | 1 | -4/+4 | |
| | | | | | | | Since we don't create an anaconda-runtime package anymore, buildinstall querying for it was going wrong. Admittedly this may be a problem with repoquery and yumdownloader, and that will be investigated, but for the sake of getting things working, I'm fixing it here. | |||||
* | Remove from being installed too | Jeremy Katz | 2008-06-23 | 1 | -2/+0 | |
| |