summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* We no longer need getkeymaps, mapshdr, or readmap.Chris Lumens2012-08-091-1/+0
|
* Move sshpw handling out of AnacondaJesse Keating2012-06-081-1/+1
| | | | | | | | This creates an ExecStartPre on the anaconda-sshd.service that will check for a kickstart entry for sshpw. It will add/modify users accordingly prior to launching the sshd service. Since now sshpw and sshd bring up happens outside of and before anaconda starts, we can remove sshd.py and any reference to it.
* Remove snarffont, which is no longer needed.Chris Lumens2011-10-311-1/+0
|
* Remove things from utils/ that lorax obsoletes.Chris Lumens2011-07-071-10/+1
|
* All uses of perl must die.Chris Lumens2010-10-141-1/+0
|
* Add logpicker support into Makefiles, anaconda.spec.in, configure.ac and ↵Tomas Mlcoch2010-10-111-0/+3
| | | | upd-instroot.
* Rename geninitrdsz.c to addrsize.c (#546422)David Cantrell2010-05-061-1/+1
| | | | | | | 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.
* Move compiled things out of /usr/lib/anaconda-runtime.Chris Lumens2010-04-061-1/+1
|
* Move boot files, language data, keymaps, etc. to /usr/share/anaconda/.Chris Lumens2010-04-061-0/+1
|
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-2/+2
| | | | | We have glib for other things, so we can use it for option parsing and dump another library dependency.
* Convert utils/ to Makefile.amDavid Cantrell2009-06-091-0/+34