Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep default metacity schema generated for gconf. (#520146) | Radek Vykydal | 2010-03-05 | 1 | -0/+1 |
| | |||||
* | Remove mini-wm.c. (#520146) | Ales Kozumplik | 2010-03-05 | 1 | -1/+0 |
| | | | | and places where it's mentioned. | ||||
* | Introduces metacity window manager (#520146) | Ales Kozumplik | 2010-03-05 | 1 | -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 Lumens | 2010-03-04 | 1 | -1/+3 |
| | |||||
* | Revert "Add back hald for Xorg input device queries (#553780)" | Chris Lumens | 2010-02-23 | 1 | -9/+1 |
| | | | | | This reverts commit 829bd5980b4c386de48b1a8274b499fe97c1b7dc. X was the only thing still using hal, and it no longer is. | ||||
* | Let's have /etc/xorg.conf.d in stage2 (#566396) | Ales Kozumplik | 2010-02-22 | 1 | -0/+1 |
| | |||||
* | Find rsyslog libs in $LIBDIR not /usr/$LIBDIR | Jesse Keating | 2010-02-12 | 1 | -1/+1 |
| | | | | | 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 | ||||
* | Use lsznet.raw from s390utils package (#563548). | David Cantrell | 2010-02-11 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | Add lsusb to rescue mode stage2 (#562616) | Hans de Goede | 2010-02-09 | 1 | -2/+4 |
| | | | | This seems worhwhile to have (as requested), and only adds 130 kb or so. | ||||
* | Include /etc/netconfig in the initrd for NFS (#557704). | Chris Lumens | 2010-01-28 | 1 | -1/+2 |
| | | | | | 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. | ||||
* | Make sure we get required nss-softokn libs in the images. | David Cantrell | 2010-01-27 | 1 | -0/+3 |
| | | | | Check /lib and /usr/lib for these files. | ||||
* | Add strace to the stage2 image and initrd. | Chris Lumens | 2010-01-26 | 1 | -1/+2 |
| | |||||
* | multipath requires libaio.so | Peter Jones | 2010-01-25 | 1 | -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 Cantrell | 2010-01-22 | 1 | -0/+1 |
| | | | | | We need libsoftokn3.so and libnssdbm3.so now for NetworkManager, both are in the nss-softokn package. | ||||
* | Introducing a proper syslog daemon allows us to remove the syslogd stub we have. | Ales Kozumplik | 2010-01-21 | 1 | -1/+0 |
| | |||||
* | Introduces rsylogd to anaconda (part of #524980) | Ales Kozumplik | 2010-01-20 | 1 | -1/+3 |
| | | | | | | | 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.img | Peter Jones | 2010-01-15 | 1 | -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 Jones | 2010-01-14 | 1 | -3/+2 |
| | | | | These are there for historical reasons and need to go. | ||||
* | Add back hald for Xorg input device queries (#553780) | David Cantrell | 2010-01-13 | 1 | -1/+9 |
| | | | | | This reverts commit 13a27933b4b651317deec74cc80daaab5041d206. Xorg is asking hal for input device information. | ||||
* | Include depmod in stage1 and set it to prefer the DD directory | Martin Sivak | 2010-01-08 | 1 | -0/+1 |
| | |||||
* | Include fontconfig files needed for scaling of Meera fonts (#531742, #551363). | Chris Lumens | 2010-01-04 | 1 | -0/+1 |
| | |||||
* | lsreipl from s390-utils uses incorrect path (hamzy). | Chris Lumens | 2009-12-23 | 1 | -1/+1 |
| | | | | | reipl from s390-utils uses the incorrect path. The other files from that package seem to use the correct locations. | ||||
* | Include fcoemon and dcbd in install.img for FCoE DCB support (#513011) | Hans de Goede | 2009-11-26 | 1 | -2/+8 |
| | |||||
* | Make sure we get tcp_wrappers-libs installed for stage 2 | Peter Jones | 2009-11-23 | 1 | -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 Cantrell | 2009-11-12 | 1 | -9/+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 Sivak | 2009-11-11 | 1 | -0/+1 |
| | |||||
* | Allow remote(ish) debugging. | Peter Jones | 2009-11-09 | 1 | -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 Jones | 2009-11-05 | 1 | -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. | ||||
* | Put "killall -USR2 anaconda" in a pre-populated history. | Peter Jones | 2009-11-03 | 1 | -1/+4 |
| | | | | | | 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 Jones | 2009-10-28 | 1 | -10/+14 |
| | | | | | | 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. | ||||
* | Stop trying to run xrandr (#527678). | Chris Lumens | 2009-10-07 | 1 | -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. | ||||
* | Add wget to the initrd, which is required for rhts. | Chris Lumens | 2009-10-02 | 1 | -1/+2 |
| | |||||
* | Add the packages needed to support libcurl. | Chris Lumens | 2009-09-30 | 1 | -6/+5 |
| | |||||
* | Korean font package name changed (#525597) | David Cantrell | 2009-09-29 | 1 | -1/+1 |
| | | | | un-core-fonts-dotum -> un-core-dotum-fonts | ||||
* | Use correct kernel-bootwrapper on ppc64. | David Cantrell | 2009-09-23 | 1 | -1/+2 |
| | | | | | | In scripts/upd-instroot, include kernel-bootwrapper on ppc and ppc64 in the $PACKAGES list. And make sure we keep and use /usr/lib64/kernel-wrapper files. | ||||
* | ybin, mkofboot, and ofpath moved from /usr/sbin to /sbin (#524608). | Chris Lumens | 2009-09-22 | 1 | -3/+3 |
| | |||||
* | Use whiptail instead of dialog in rescue mode, supports serial line better ↵ | Martin Sivak | 2009-09-22 | 1 | -2/+2 |
| | | | | and looks nicer | ||||
* | Do not require dhcpv6-client, package is now obsolete. | David Cantrell | 2009-09-21 | 1 | -1/+1 |
| | | | | | dhcpv6 and dhcpv6-client have been obsoleted by the dhcp and dhclient packages. No longer require dhcpv6 or dhcpv6-client in anaconda. | ||||
* | All the nss libraries have moved from /lib to /usr/lib (#524410). | Chris Lumens | 2009-09-21 | 1 | -7/+7 |
| | |||||
* | Just grab everything in a /usr/share/fonts/lohit* directory (#523906). | Chris Lumens | 2009-09-18 | 1 | -13/+1 |
| | | | | | | Apparently, font maintainence requires renaming and moving font packages at least once every six months. Hopefully we can be a little more resistant to changes with this patch, but I'm not hopeful. | ||||
* | nm-system-settings is no longer shipped. | Jesse Keating | 2009-09-17 | 1 | -1/+0 |
| | |||||
* | Port from PolicyKit to polkit | Jesse Keating | 2009-09-17 | 1 | -7/+6 |
| | | | | A few path changes, a few new files, and a few less files | ||||
* | Revert "The Madan font should no longer be used (apparently). (#523906)." | Chris Lumens | 2009-09-17 | 1 | -1/+2 |
| | | | | This reverts commit 17d5177bb8be5c2d005906b4386664962d008173. | ||||
* | The Madan font should no longer be used (apparently). (#523906). | Chris Lumens | 2009-09-17 | 1 | -2/+1 |
| | |||||
* | copy the sparc boot loader on all sparc arches | Dennis Gilmore | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | make sure we include sparc boot loaders on all sparc arches | Dennis Gilmore | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | load_policy has moved from /usr/sbin to /sbin (#523506). | Chris Lumens | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | Add python-{nss,volume_key} to stage2, volume_key to rescue | Miloslav Trmač | 2009-09-14 | 1 | -3/+4 |
| | |||||
* | Fix the gawk/awk symlink mess in the initrd (#522535). | Chris Lumens | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | No longer require xfsdump, since anaconda doesn't use it anywhere (#522180). | Chris Lumens | 2009-09-09 | 1 | -2/+1 |
| |