summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing rpm macros file to get rid of the rpm warningsMartin Sivak2010-05-202-0/+3
| | | | Related: rhbz#593941
* Add the rpmrc file to the initrd.img (#508242)Martin Gracik2010-05-202-0/+4
| | | | | We need to have this file so the rpm routines don't show up warnings that it's missing.
* Updates to scripts/makebumpver.David Cantrell2010-05-181-13/+19
| | | | | | | | 1) Let RHEL bugs be in MODIFIED or ON_QA states. 2) Catch rhbz lines that have trailing characters, e.g. a period. This probably won't always work, so please don't put trailing characters on your rhbz lines.
* Move depmod configuration into new directory structure to get rid of depmod ↵Martin Sivak2010-05-181-1/+2
| | | | warning (#508242)
* Add lsof command to initrd.imgMartin Gracik2010-05-172-1/+3
|
* Add hmac file for sshd (#592186)Martin Gracik2010-05-171-0/+1
| | | | | This file is needed so sshd can be run when fips mode is enabled.
* Add nslookup to the install.img (#591064)Martin Gracik2010-05-171-1/+3
|
* Add the chk files for libraries to the install.img (#590701)Martin Gracik2010-05-171-0/+6
| | | | These files are needed for FIPS support.
* Add the eject command to the install.img (#591070)Martin Gracik2010-05-171-0/+1
|
* Add hmac file for libgcrypt to install.img (#590701)Martin Gracik2010-05-171-0/+1
| | | | This file is needed for installation with FIPS enabled
* Don't remove *.hmac files when creating install imagesMartin Gracik2010-05-171-0/+1
|
* Added clear command to the install.img (#586499)Martin Gracik2010-05-171-0/+1
|
* Added chvt to the install.img (#575844)Martin Gracik2010-05-171-1/+2
|
* scripts/analog: normalize paths before generating the config.Ales Kozumplik2010-05-141-0/+2
| | | | because rsyslogd doesn't get relative paths.
* new version of report wont start without /etc/report.confAles Kozumplik2010-05-121-0/+1
|
* Use module reloading in driver disc operations (#590015)Martin Sivak2010-05-071-1/+1
| | | | We have to load all drivers to get access to devices containing driver discs. But when we copy the DD content into RAM, we have to reinitialize those drivers to pick up updated versions.
* Work around device node creation issues when creating EFI images. (#589680)Peter Jones2010-05-061-6/+19
| | | | | | | For reasons of which I'm not quite certain, sometimes parted and such don't create device mapper device nodes as I'd expect. So when we think they should be there, run "dmsetup mknod". Also add some debug logging to this part of the process.
* Update generic.ins for s390x (#546422)David Cantrell2010-05-061-1/+1
| | | | | | Remove initrd.size line, replace with initrd.addrsize line. Update mk-images.s390 to set the initrd.img load address at image creation time.
* Rename geninitrdsz.c to addrsize.c (#546422)David Cantrell2010-05-062-4/+7
| | | | | | | Rename the geninitrdsz.c program to addrsize.c to more accurately reflect what it's generating. Update Makefile.am and its usage in the buildinstall scripts. The load address is provided as a shell variable in scripts/mk-images.s390.
* fcoe: use fipvlan instead of fcoemon to bring up fcoe (#486244)Hans de Goede2010-05-062-2/+4
|
* memory: build auditd as a standalone binary and run it so (#549653).Ales Kozumplik2010-05-061-0/+2
| | | | | | Instead of just forking, we fork() anaconda and then execv our custom audit daemon. This saves us an extra anaconda process running permanently, taking memory.
* gui: don't let metacity display the title right-click menu (#588642).Ales Kozumplik2010-05-061-0/+14
| | | | | Nobody wants to see "move to desktop 3" in installer. Also disables Alt-F4 shortcut to close arbitrary windows, only we decide when to close them.
* Link /sbin/reboot and /sbin/halt to /sbin/init on s390x (#571370)David Cantrell2010-05-051-2/+2
| | | | | The linuxrc.s390 script is installed as /sbin/init, not /sbin/linuxrc.s390.
* Grab everything in $LIBDIR/rsyslog/Peter Jones2010-05-051-1/+1
| | | | | KEEPFILE is a list of files, not directories. As such, the contents of $LIBDIR/rsyslog need to be matched against, not just the directory name.
* Teach upd-instroot about i686Jesse Keating2010-05-041-6/+6
| | | | | Fedora is now i686 based, and as such upd-instroot needs to know what packages to pull in. Resolves RHBZ 588357
* Wait for scsi adapters to be done with scanning their busses (#583143)Hans de Goede2010-04-301-1/+1
|
* gui: no close buttons etc. in window decoration (#582645)Ales Kozumplik2010-04-291-0/+20
| | | | This is done through changing the default gconf values.
* X input configuration has moved to /usr/share (#585621).Chris Lumens2010-04-281-1/+1
|
* Remove the README files (#583408).Chris Lumens2010-04-232-27/+0
| | | | | This is information that's better contained in the installation guide where someone will remember to keep it up to date.
* Better filter for commits to ignore for the RPM changelog.David Cantrell2010-04-151-2/+3
|
* There is no rhbz list for non rhel branch builds.David Cantrell2010-04-151-2/+3
| | | | | | In makebumpver, don't assume rhbz is a list. On non rhel branches, it will always be None since we just put the summary line from the git commit in the rpm changelog.
* Read ~/.rhbzauth in scripts/makebumpverDavid Cantrell2010-04-141-0/+12
| | | | Using that file for the commit-msg hook, so use it here too.
* Add /sbin/reboot and /sbin/halt to s390 initrd.img (#571370)David Cantrell2010-04-141-0/+4
| | | | | | Necessary for reboot or halt support from rescue mode. Since linuxrc.s390 currently does everything on s390x, add in handlers for reboot and halt modes.
* Add bug mapping support to scripts/makebumpver.David Cantrell2010-04-121-11/+34
| | | | | | | | | | | | | | | | | | | | | We occassionally have Fedora BZ numbers reference in RHEL branch commits. Once the change is pushed, we can't update the commit log. We clone the bug in BZ and then can reference the RHEL bug in the spec file changelog. The -m option lets you do that. Using 'make bumpver' target, here's an example: make bumpver IGNORE=ad32abd1612b747aa3dd5c67e3da390b5c9e0d34 \ MAP="572488=580404" This example also shows the IGNORE functionality. If there are utility commits (e.g., to makebumpver), we can ignore those during the spec file changelog generation. Just pass the git commit ID(s) you want to ignore as a comma-separated list. The MAP functionality is FEDORA_BZ=RHEL_BZ and is for instances where we have a commit on a RHEL branch that references a Fedora bug. We clone the bug to make a RHEL bug, then use MAP= to make sure the RHEL bug ends up in the spec file changelog.
* Move 'make bumpver' functionality to scripts/makebumpverDavid Cantrell2010-04-121-0/+388
| | | | | | | | | | | | | | | | | | Added a Python program to implement the make bumpver functionality. The version number is incremented and the RPM spec file changelog is constructed. On RHEL branches, each git commit is checked to see that it references a RHEL bug and that the RHEL bug is in MODIFIED, has the Fixed In Version field set correctly, and that the bug is for 'Red Hat Enterprise Linux'. The idea here is to catch these bug problems before getting to dist-cvs. For non RHEL branches, the RPM log is constructed as is, no bug verification happens. In instances where you need to ignore certain git commits, you can pass the -i options to the script with a comma separated list of git commit IDs to ignore. This is intended for cases where we need to change a BuildRequire in the spec file template or something like that.
* Adjust paths that reference things that have moved.Chris Lumens2010-04-067-48/+53
|
* Move boot files, language data, keymaps, etc. to /usr/share/anaconda/.Chris Lumens2010-04-061-1/+1
|
* lang-table and lang-names have moved to /usr/share/anaconda.Chris Lumens2010-04-062-2/+2
|
* upd-instroot no longer needs to explicitly pull in the python parts.Chris Lumens2010-04-061-7/+0
|
* Adjust command stubs to use new anaconda module location.Chris Lumens2010-04-061-6/+6
|
* Keep /usr/bin/seq for the initrd.img (#558881).David Cantrell2010-03-311-0/+1
| | | | Hate these scripts. Keep /usr/bin/seq so it gets copied to initrd.img.
* Include /sbin/*_cio_free commands in s390x initrd.img (#558881).David Cantrell2010-03-301-1/+5
| | | | | Add in missing /sbin/*_cio_free commands as well as the 'seq' command (used by the device_cio_free) script.
* Use /sbin/dasd_cio_free to free blacklisted DASDs (#558881)David Cantrell2010-03-301-0/+1
| | | | | | | | | | | | | Use the dasd_cio_free command to free blacklisted DASDs and block until they are available to set online and set other attributes. We were just writing "free $DEVICE" to /proc/cio_ignore, but we lacked the wait loop to make sure the device showed up. The /sbin/dasd_cio_free command does that for us, so we can just call that. NOTE: The dasd_cio_free command reads the DASD list from the output of the 'modprobe --showconfig' command, so the $DASD list is placed in the /etc/modprobe.d/dasd_mod.conf in module option format so that modprobe can return it correctly.
* fcoe: sysfs_edd.sh has been renamed to fcoe_edd.shHans de Goede2010-03-301-1/+1
| | | | It turns out the final name was not so final after all (related #513018)
* Try to pull in generic libraries as well as optimized ones (#572178)Peter Jones2010-03-251-0/+9
| | | | | | | | | | Attempt to pull in generic libraries whenever we see a platform optimized one. This implementation uses the naive approach of just chopping directories out of the middle of library paths and seeing if there's a file there without that part. If there is, it pulls that in as well. It seems to work to build power5-able trees on a power6 machine.
* Add support for recognizing BIOS EDD configured FCoE drives (#513018)Hans de Goede2010-03-241-0/+1
| | | | | This is the 2nd revision of this patch, which uses the final location of the sysfs_edd.sh script, and adds the script to install.img .
* Make python start with correct default unicode encoding (#539904).Ales Kozumplik2010-03-221-0/+1
| | | | | | | | | Currently it's ascii and that's bad. import gtk; changes it to utf-8 anyway but that doesn't happen in text install of course. The default encoding is set vie sitecustomize.py, it is not possible to do so in any other way. The patch has been tested with a custom compose.
* put the analog script into the RPMAles Kozumplik2010-03-191-0/+3
| | | | | This was accidentally omitted from: d42a7a7e21c6b4a45437a6139e169ccaaf17784b.
* Add nm-connection-editor to stage2 (#520146).Radek Vykydal2010-03-192-7/+16
|
* Include USB ATA bridge modules in initrd (#531532)Radek Vykydal2010-03-171-1/+2
| | | | | | I just took David Cantrell's patch for ppc64 from the bugzilla and applied it to all architectures as a comment in bugzilla states that the bug applies to x86 too.