summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove pkgorder and splittree; these should be in pungiJeremy Katz2008-06-232-706/+0
|
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-10/+0
|
* Fix pkgorder to include deps of kernel early.Peter Jones2008-06-171-4/+11
|
* Deal with udev losing udevcontrol/udevtriggerJeremy Katz2008-06-171-2/+0
| | | | | udev is stopping supporting udevcontrol/udevtrigger as symlinks, so we should change what we call
* Add a mirrorlist option.Jesse Keating2008-06-131-0/+17
| | | | | | This option allows us to pass a mirrorlist into buildinstall instead of or in addition to baseurls. This will allow the yum object to make use of a list of potential mirrors should it have difficulties downloading something.
* Link ld-linux.so.2 to ld-*.*.*.soDavid Cantrell2008-06-091-2/+16
| | | | | Avoid having two copies of the dynamic linker in the initrd.
* Make "upd-updates /tmp/updates.img" update everything newer in the currentPeter Jones2008-06-051-17/+45
| | | | working directory /if/ it's a git+ssh checkout of anaconda.
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-044-6/+30
| | | | * po/sk.po: Typo fix.
* And actually include the bash binary too (#443700)Jeremy Katz2008-05-011-1/+1
|
* Use bash for minstg2 shell (#443700)Jeremy Katz2008-04-291-1/+1
| | | | | busybox's shell isn't really happy running on tty2, it just exits immediately whenever a command is run. Let's just switch to using bash
* Revert PS1 and PATH changes as they don't work with busybox as used in minstg2Jeremy Katz2008-04-291-3/+1
|
* Add missing backslashes for the .profile here document.David Cantrell2008-04-251-1/+1
|
* Label the efi boot filesystem on ia64 as well.Peter Jones2008-04-251-2/+1
|
* Don't use size to determine if a partition is an EFI system partition; instead,Peter Jones2008-04-251-1/+1
| | | | check that it's not our install image.
* Don't dd the image from /dev/zero _and_ use "mkdosfs -C <image> <blockcount>"Peter Jones2008-04-251-1/+0
|
* label the filesystem in efidisk.img so that HAL and such won't try to mount it.Peter Jones2008-04-251-1/+1
|
* Use the correct ls(1) alias.David Cantrell2008-04-231-1/+1
| | | | The default ls alias does not use -F, so removed that.
* Set PS1 and ls(1) alias for tty2 shell.David Cantrell2008-04-231-1/+3
| | | | | Make the prompt and ls command more like the final system. Removed \u@\h from the prompt, but it's still more useful.