summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
Commit message (Collapse)AuthorAgeFilesLines
...
* btrfs install supportEric Sandeen2009-01-191-1/+4
| | | | | | | | | | | | | | | | | | Now that btrfs is in mainline, let's let anaconda play with it too ;) We still need btrfs.ko in the kernel, and btrfs support in e2fsprogs. I've got the latter patch submitted upstream, and it's in rawhide now. Note that the below is 100% totally untested and may even have typos, my track record with python is not too good, sorry. :) So review would be appreciated.... Updated to address Radek's review, as well as adding the requisite witty (commandline-space-eating) boot option... (And stopped trying to use parted fs identification -- katzj) Signed-off-by: Eric Sandeen <sandeen@redhat.com>
* Add support for Maithili and Nepali (#473209).Chris Lumens2009-01-191-2/+5
|
* Cracklib moved locations, account for this in our keepfiles.Jesse Keating2009-01-161-1/+2
| | | | | | | | Cracklib is now a non-compiled python module, as well as a second compiled module. Kinda weird, but with both sets of files it works. Signed-off-by: Chris Lumens <clumens@redhat.com>
* Support mounting NTFS filesystems (#430084)Jeremy Katz2009-01-161-1/+3
| | | | | Based on a patch by Tom Callaway <tcallawa@redhat.com>, this adds supporting for using ntfs-3g (and thus fuse) to mount filesystems.
* dejavu fonts changed package names, pick up new names.Jesse Keating2009-01-161-1/+2
| | | | | | | | These (dejavu) fonts are likely done changing names, but more are likely to change. All this is being worked on in rawhide right now. But for alpha we want decent fonts. Signed-off-by: Chris Lumens <clumens@redhat.com>
* TightVNC is now the default VNC server in Fedora (#480308).Chris Lumens2009-01-161-1/+2
|
* Remove libdhcp* from scripts/upd-instrootDavid Cantrell2008-12-221-1/+1
|
* Include cracklib .mo files and look up strings in the right domain.Chris Lumens2008-11-111-1/+2
|
* Remove cio_ignore functionality for s390xDavid Cantrell2008-10-311-1/+0
| | | | | | | We've backed this out on RHEL 5.3 for now because it was far more complex than IBM had told us, so it's back to the drawing board for this one. Keeping rawhide in sync with what's happening on the RHEL side with this feature.
* Update font list (#462295).Chris Lumens2008-10-231-20/+12
|
* Update several font package names that we were missing.Chris Lumens2008-10-171-3/+3
|
* Enable CCW devices used for installation (#253075)David Cantrell2008-10-161-0/+1
| | | | | | | | | | | | IBM had requested that on s390x we add the cio_ignore=all parameter to the default boot file. Well, cio_ignore all except for the 3270 terminal. The motivation for this change was to decrease device discovery time on systems with thousands of subchannels. The fix was only part of the solution. When you use cio_ignore to disable everything, you need to explicitly free the device from cio_ignore and then enable it using the magic of /sbin/chccwdev. This patch adds the un-ignore capability to linuxrc.s390.
* The Chinese font package has changed names (#465290).Chris Lumens2008-10-061-2/+2
|
* lohit-fonts-malayam has been replaced by smc-fonts-meera (#456449).Chris Lumens2008-10-031-3/+3
|
* Use the new Korean font package (#462295).Chris Lumens2008-09-151-3/+4
|
* Remove unused TIMEZONES= crud.Chris Lumens2008-09-101-17/+0
|
* We need libsqlite3.so in upd-instroot before it can be in the initrd.Chris Lumens2008-09-091-0/+1
|
* 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
|
* 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-251-26/+44
| | | | | | | | | | | 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-131-4/+9
| | | | | | To make the installation image files more clear and since we have removed minstg2.img, rename stage2.img to install.img.
* More fixes to include udev rules in the initrd (#458570).Chris Lumens2008-08-121-0/+1
|
* Add /sbin/sfdisk (#224297).David Cantrell2008-08-061-0/+1
|
* Use system-logos instead of hardcoding fedora-logos (#457378).Chris Lumens2008-08-041-3/+3
|
* Clean up some mistakes in the minstg2 removal.David Cantrell2008-07-251-3/+3
| | | | | 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-241-465/+387
| | | | | | 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
|
* 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.
* Point the upd-instroot script the the directory where all the FAK pluginsJoel Andres Granados2008-07-141-1/+1
| | | | live.
* 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
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+5
| | | | * 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
* $XORGDRIVERS no longer existsMark McLoughlin2008-04-211-1/+0
| | | | | | | Just a tiny leftover from Jeremy's switch to using xorg-x11-drivers. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* find movedJeremy Katz2008-04-151-0/+1
|
* Only include the parts of grub that will work without crazy tricks (#429785)Jeremy Katz2008-04-111-5/+0
|
* Be as clean as possible when looking for files/directories. (#431392)Joel Andres Granados2008-04-091-4/+4
|
* Build efiboot.img on x86_64 and i386 .Peter Jones2008-04-081-2/+2
|
* Include efibootmgr in the instrootPeter Jones2008-03-141-0/+1
|
* Handle efibootmgr and grub.efi in upd-instroot.Peter Jones2008-03-041-1/+2
|
* Revert the memtest86 bits for EFI, since this gets run on multiple arches.Peter Jones2008-03-041-4/+2
|
* Don't copy memtest86 in on EFI since it won't work.Peter Jones2008-03-041-2/+6
|
* Take --updates with location of additional updates beyond the package set usedJeremy Katz2008-02-281-0/+11
| | | | | For testing purposes, add the ability to use a --updates to buildinstall for getting additional updates for testing.