summaryrefslogtreecommitdiffstats
path: root/loader/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-97/+0
| | | | IT IS ACCOMPLISHED.
* Move serial console handling code out into its own file.Chris Lumens2011-04-121-1/+1
|
* Don't build our own init anymore.Chris Lumens2011-04-121-11/+0
|
* unicode-linedraw-chars.txt is no longer useful.Chris Lumens2011-03-311-1/+0
|
* mkctype is no longer useful.Chris Lumens2011-03-311-13/+2
|
* Add the flags required to link against python.Chris Lumens2011-01-251-2/+3
|
* Add libarchive helper functions for loader in unpack.cDavid Cantrell2010-11-101-1/+2
| | | | | | | | | | | Created some helper functions for loader's interaction with libarchive. There are 3 functions currently: 1) A function to initialize a new archive object 2) A function to extract all archive members to a specific destination (if NULL, extract to current directory) 3) A function wrapping #1 and #2 to extract a compressed archive file
* Remove telnet support.David Lehman2010-08-171-2/+1
| | | | See ssh(1) for information about using ssh.
* Add readvars.c for parsing command line args and shell vars.David Cantrell2010-07-261-2/+3
| | | | | | | | | Add functions to help simplify parsing of command line arguments as well as files containing shell-style variables. These functions will parse strings where values either stand alone or are of the key=value format. The idea is to reduce the code surrounding /proc/cmdline handling as well as add in support for easy parsing of files containing shell variables (e.g., ifcfg files).
* Whitespace cleanup in loader/Makefile.amDavid Cantrell2010-07-261-1/+1
|
* logging: support logging through virtio-serial (#576439).Ales Kozumplik2010-07-201-2/+2
|
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-1/+1
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-2/+2
| | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure
* 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-5/+7
|
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
| | | | | | This is in preparation to use logging from imount.c. We don't want a dependency of isys on loader, instead move logging code into isys and change loader sources to use the log.h header in isys.
* Use lsznet.raw from s390utils package (#563548).David Cantrell2010-02-111-1/+1
| | | | | | 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.
* Be more explicit in which libraries we link with.Chris Lumens2010-02-101-1/+1
| | | | This is required by the latest build system's linker changes.
* Introduces rsylogd to anaconda (part of #524980)Ales Kozumplik2010-01-201-1/+2
| | | | | | | 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.
* Use libarchive and rpm pkg-config files during build.David Cantrell2010-01-081-5/+4
|
* Add rpm extraction routines (use librpm and libarchive)Martin Sivak2010-01-081-2/+4
|
* Add configuration option to enable/disable IPv6 support.David Cantrell2010-01-071-1/+1
| | | | | Default is IPv6 is enabled, but people can pass --disable-ipv6 to the configure script to disable the IPv6 bits in loader.
* 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.
* We no longer need our own FTP/HTTP protocol support code.Chris Lumens2009-09-301-1/+1
|
* Add checks for libcurl into the makefile process.Chris Lumens2009-09-301-0/+2
|
* Add some silent make support for sed, mkctype, and other commands.David Cantrell2009-09-021-5/+25
| | | | Match up to the silent make thing we have by default now.
* Make sure controlunits.sh is installed to initrd on s390David Cantrell2009-07-281-1/+1
| | | | | | Put controlunits.sh in /usr/lib/anaconda-runtime/loader on s390, install as /sbin/controlunits in the initrd.img, modify linuxrc.s390 to source /sbin/controlunits.
* Convert loader/ to Makefile.amDavid Cantrell2009-06-091-0/+92