summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix generation of boot.iso on SPARCDennis Gilmore2010-03-051-1/+2
| | | | | we make an install.img file not a stage2.img file anymore. make sure boot.iso is passed the right image to get an iso out.
* Keep default metacity schema generated for gconf. (#520146)Radek Vykydal2010-03-051-0/+1
|
* Remove mini-wm.c. (#520146)Ales Kozumplik2010-03-051-1/+0
| | | | and places where it's mentioned.
* Introduces metacity window manager (#520146)Ales Kozumplik2010-03-051-8/+14
| | | | | We need a solid window manager to be able to open and close the nm-connection-editor window.
* Include the report module and related support files (#562656).Chris Lumens2010-03-041-1/+3
|
* Add python-devel's gdbinit, which provides useful debugging macros.Peter Jones2010-02-261-0/+2
| | | | | This has to go in initrd.img instead of install.img because it needs to be in $HOME, which is the root directory.
* Minor style fix (indent "cat" correctly")Peter Jones2010-02-261-2/+2
| | | | | "cat" should be indented the same as other commands in this function, even though the trailing lines are /correctly/ unindented.
* Revert "There is no kernel-PAE package anymore, use kernel for xen (#559347)."David Cantrell2010-02-241-3/+2
| | | | | | | This reverts commit f264631d276d7749daf0d95320921f061599e666. This patch is incorrect for at least Fedora, possibly for RHEL-6, but that needs separate testing. Reverting this patch lets Fedora images build correctly.
* Revert "Add back hald for Xorg input device queries (#553780)"Chris Lumens2010-02-232-25/+1
| | | | | This reverts commit 829bd5980b4c386de48b1a8274b499fe97c1b7dc. X was the only thing still using hal, and it no longer is.
* No longer remove persistent udev rules files (#566948).Chris Lumens2010-02-231-1/+0
| | | | | | One of these files provides the information needed to make the new X input configuration work. Also, the rules removal should no longer be necessary given that we don't make our own device nodes.
* When BUILDARCH==ppc64, set BASEARCH to ppc (#524235).David Cantrell2010-02-231-0/+2
| | | | | | We need BASEARCH set to ppc when BUILDARCH is ppc64, otherwise the scripts do not pick up the keymaps-override-ppc.gz file on ppc64 platforms.
* There is no kernel-PAE package anymore, use kernel for xen (#559347).David Cantrell2010-02-231-2/+3
| | | | | The kernel-PAE package is no longer in existence, use the 'kernel' package for the [images-xen] portion of .treeinfo files.
* Don't allow the host's LD_LIBRARY_PATH affect get_dso_deps (#565887).Chris Lumens2010-02-221-1/+2
|
* Let's have /etc/xorg.conf.d in stage2 (#566396)Ales Kozumplik2010-02-221-0/+1
|
* Find rsyslog libs in $LIBDIR not /usr/$LIBDIRJesse Keating2010-02-122-4/+4
| | | | | As of rsyslog-4.4.2-4 rsyslog puts it's libs in $LIBDIR. We aren't getting them currently and this is causing insta-traceback in stage2
* "_Do_ override BASEARCH with BUILDARCH, it does make sense (#524235)"Martin Sivak2010-02-121-0/+2
| | | | | | It does make sense if we realize, that BUILDARCH is not BUILDARCH but BASEARCH in disguise (because of some reason I can't really understand)... This reverts commit 9f31de61d9cdfa9ec72f9f423c6392003066cdc6.
* Use lsznet.raw from s390utils package (#563548).David Cantrell2010-02-112-2/+9
| | | | | | The lsznet.raw and controlunits.sh files are now part of the s390-tools project, which is in the s390utils package. Remove our copies and make sure we use the ones from the s390utils package.
* Do not override BASEARCH with BUILDARCH, it doesn't make sense (#524235)Martin Sivak2010-02-101-2/+0
|
* Add lsusb to rescue mode stage2 (#562616)Hans de Goede2010-02-091-2/+4
| | | | This seems worhwhile to have (as requested), and only adds 130 kb or so.
* Fix keymaps-override-ppc pickup in mk-images (#524235)Martin Sivak2010-02-031-2/+2
| | | | | | | | | We have to use BASEARCH, because during the build the ARCH is set to ppc and the BUILDARCH is ppc64 so we couldn't find the file. RPMUtils map the BASEARCH correctly to ppc. So we will find the file. It also works correctly for i686 -> i386 and x86_64 -> x86_64.
* Include /etc/netconfig in the initrd for NFS (#557704).Chris Lumens2010-01-282-1/+3
| | | | | This file is required to make sure NFS works when it attempts to fall back to protocol v3. The mount command looks for it when mounting as v4 fails.
* Log system messages to /tmp/syslog instead of /tmp/messages.log.Chris Lumens2010-01-281-1/+1
| | | | | This is what the rest of anaconda expects and what we've been telling people to attach for years.
* Make sure we get required nss-softokn libs in the images.David Cantrell2010-01-272-3/+13
| | | | Check /lib and /usr/lib for these files.
* Add strace to the stage2 image and initrd.Chris Lumens2010-01-262-1/+3
|
* multipath requires libaio.soPeter Jones2010-01-251-1/+2
| | | | Add libaio to PACKAGES and KEEPFILE so that it's in install.img
* nss files moved around again, NM needs more (#557702)David Cantrell2010-01-222-1/+3
| | | | | We need libsoftokn3.so and libnssdbm3.so now for NetworkManager, both are in the nss-softokn package.
* Add another command to .bash_history.Peter Jones2010-01-211-0/+1
| | | | | This adds "tail -f /tmp/storage.log" to .bash_history in the install environment.
* Introducing a proper syslog daemon allows us to remove the syslogd stub we have.Ales Kozumplik2010-01-211-1/+0
|
* Introduces rsylogd to anaconda (part of #524980)Ales Kozumplik2010-01-202-1/+50
| | | | | | | A proper syslog daemon allows for remote logging that includes installed system's syslog. Removes the init.c code that simulated syslog activity until now.
* Include device-mapper-multipath in stage2.imgPeter Jones2010-01-151-3/+9
| | | | This puts /sbin/multipath and related utilities in install.img.
* There's no reason to keep bits of mkinitrd in upd-instroot.Peter Jones2010-01-141-3/+2
| | | | These are there for historical reasons and need to go.
* Add back hald for Xorg input device queries (#553780)David Cantrell2010-01-132-1/+25
| | | | | This reverts commit 13a27933b4b651317deec74cc80daaab5041d206. Xorg is asking hal for input device information.
* Include depmod in stage1 and set it to prefer the DD directoryMartin Sivak2010-01-082-1/+7
|
* Include fontconfig files needed for scaling of Meera fonts (#531742, #551363).Chris Lumens2010-01-041-0/+1
|
* lsreipl from s390-utils uses incorrect path (hamzy).Chris Lumens2009-12-231-1/+1
| | | | | reipl from s390-utils uses the incorrect path. The other files from that package seem to use the correct locations.
* Use the correct yum configuration file when searching for the -logos packageJeroen van Meeuwen (Fedora Unity)2009-12-151-1/+1
|
* Include fcoemon and dcbd in install.img for FCoE DCB support (#513011)Hans de Goede2009-11-261-2/+8
|
* Quote backticks when writing out the .bash_history file, and add another cmd.Chris Lumens2009-11-251-2/+3
|
* Make sure we get tcp_wrappers-libs installed for stage 2Peter Jones2009-11-231-3/+3
| | | | | | | If we don't have libwrap.so, sshd won't start. Previously this was /sometimes/ pulled in by tcp-wrappers . Also re-sort the list a little better.
* Remove last references to hal.David Cantrell2009-11-122-25/+1
| | | | | We don't need hal anymore, so remove it from the initrd.img generation and stop loader from starting up hald.
* Add a missing binary to KEEPFILES (#533237)Martin Sivak2009-11-111-0/+1
|
* Include the command line to put anaconda into debugger mode in history.Peter Jones2009-11-091-1/+2
| | | | | | | | | Things being in the history means I don't have to type them. This particular thing is fairly specific to get right, so it's a really good candidate to go in there. So this patch adds it. This also changes the "killall" that's already there to use the pid file, so we know which process it'll pick.
* Allow remote(ish) debugging.Peter Jones2009-11-091-2/+4
| | | | | | This changes SIGUSR2 to start a debugger that you can telnet to on port 8080. At the moment you need to do "C-] mode char\n" in your telnet client to get it into character mode instead of line mode.
* pidof is a symlink to killall5, so we need that as well.Peter Jones2009-11-051-0/+1
| | | | | | If we don't have killall5, a symlink to it won't be very valuable, so it's probably not such a bad idea to include the target of the simlink that is pidof as well as the symlink itself.
* Rename "setupShellEnvironment" to "setupSshd". That's all it does.Peter Jones2009-11-031-2/+2
| | | | | Function names should be truthful, I think. It just makes everything easier.
* Put "killall -USR2 anaconda" in a pre-populated history.Peter Jones2009-11-032-1/+8
| | | | | | Having things in .bash_history saves my fingers from pain later in life, which is a noble goal. This also puts pidof and killall in the image, because they're nice things, and we can have nice things.
* Add sshd support for non-s390 platforms.Peter Jones2009-10-282-41/+55
| | | | | | This leaves the sshd support on the s390 intact and functional (testing needed), and at the same time add the ability to ssh in and get a terminal on non-s390 platforms.
* Add the bcm5974 kernel module needed for some touchpads (#474225).Chris Lumens2009-10-221-1/+1
|
* Run implantisomd5 on boot.iso on x86. (bz#526902)Peter Jones2009-10-091-0/+1
| | | | | We're doing this on other architectures but not here, and we prompt to run mediacheck on the disc, so we ought to be checksumming it.
* Stop trying to run xrandr (#527678).Chris Lumens2009-10-071-1/+0
| | | | | | This has only rarely worked, and hasn't at all in quite a long time. What we really need to do is redesign the UI so it fits the screen appropriately instead of pushing X around to do what we want.