summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Helps to get the right soname in the initrd.Chris Lumens2008-09-111-1/+1
|
* Let's try pulling libsqlite into the initrd one more time.Chris Lumens2008-09-101-1/+1
|
* sys.stderr.write needs a newline.Chris Lumens2008-09-102-10/+10
|
* Remove unused TIMEZONES= crud.Chris Lumens2008-09-101-17/+0
|
* print doesn't yet support the file= syntax in our version of python.Chris Lumens2008-09-102-10/+10
|
* Include NetworkManager and dbus libraries on 64-bit arches (#461632).Chris Lumens2008-09-091-8/+8
|
* We need libsqlite3.so in upd-instroot before it can be in the initrd.Chris Lumens2008-09-092-1/+2
|
* Add more kernel crypto modules (#443545).Chris Lumens2008-09-081-1/+1
|
* Use print() as a function.Peter Jones2008-09-083-18/+18
|
* Add libsqlite to the initrd, which is needed by NSS libs.Chris Lumens2008-09-051-0/+1
|
* Add more dlopen()ed libraries to the initrd.Chris Lumens2008-09-051-0/+2
|
* Make sure /bin/sh is linked to /bin/bashDavid Cantrell2008-09-041-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.imgDavid Cantrell2008-09-041-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 Lumens2008-09-031-0/+1
|
* Remove last vestiges of rhpxl and pirut.Chris Lumens2008-09-031-3/+0
|
* Only one list of packages in upd-instroot, thanks.Chris Lumens2008-09-031-78/+44
|
* Add xrandr back into the install.img (#458738).Chris Lumens2008-09-031-1/+3
|
* Pull in the gtkrc file so we can find the theme.Chris Lumens2008-08-281-1/+1
|
* Support accessing preexisting LUKS devs using LRW or XTS ciphers. (#455063)David Lehman2008-08-261-1/+1
|
* For /dev/hvc0 terminals, set TERM to vt320 (#219556).David Cantrell2008-08-261-0/+4
| | | | Add vt320 terminfo files, remove bterm from the terminfo list (#219556).
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-253-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-1Chris Lumens2008-08-221-1/+5
|
* Rename stage2.img to install.imgDavid Cantrell2008-08-137-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 Jones2008-08-131-0/+3
|
* Add module dependencies of qeth.ko (#431922).Chris Lumens2008-08-121-1/+1
|
* More fixes to include udev rules in the initrd (#458570).Chris Lumens2008-08-122-0/+5
|
* Catch the first non-generic-logo package that provides system-logos.Chris Lumens2008-08-121-1/+6
|
* udev rules have changed location (#458570).Chris Lumens2008-08-111-5/+5
|
* mk-images: replace kernel-xen with pv_ops kernelMark McLoughlin2008-08-074-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 Lumens2008-08-061-6/+6
|
* Add /sbin/sfdisk (#224297).David Cantrell2008-08-061-0/+1
|
* Don't mention images/diskboot.img anymore (#441092).Chris Lumens2008-08-061-5/+0
|
* More iSeries removal from scripts (#456878)David Cantrell2008-08-051-5/+1
|
* Remove iSeries image generation (#456878)David Cantrell2008-08-051-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 Lumens2008-08-042-4/+4
|
* Leave anaconda-runtime around for mk-images run.David Cantrell2008-07-291-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 Katz2008-07-291-5/+3
|
* Clean up some mistakes in the minstg2 removal.David Cantrell2008-07-252-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 Cantrell2008-07-243-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 Lumens2008-07-221-1/+2
|
* Support booting from FCP-attached CD/DVD drive on s390 (#184648)David Cantrell2008-07-172-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 Lumens2008-07-161-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 Lumens2008-07-161-2/+2
|
* Point the upd-instroot script the the directory where all the FAK pluginsJoel Andres Granados2008-07-141-1/+1
| | | | live.
* Add the MD5 sum to the boot.iso to avoid errors in loader (#453698).Chris Lumens2008-07-093-0/+3
|
* Sort PACKAGES= and add dmraid-libsPeter Jones2008-07-031-19/+19
|
* Add mesa-dri-drivers to PACKAGESGR.Peter Jones2008-07-031-14/+15
|
* Alphabetize PACKAGESGR's initial setting.Peter Jones2008-07-031-30/+28
|
* Query for anaconda rather than anaconda-runtime in buildinstallJesse Keating2008-06-251-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 tooJeremy Katz2008-06-231-2/+0
|