| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
IT IS ACCOMPLISHED.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
See ssh(1) for information about using ssh.
|
| |
|
|
|
|
|
|
|
| |
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).
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
a real Python package.
Also updates the build and autotools stuff to work with the new structure
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
This is required by the latest build system's linker changes.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
| |
Default is IPv6 is enabled, but people can pass --disable-ipv6 to the
configure script to disable the IPv6 bits in loader.
|
| |
|
|
|
| |
We have glib for other things, so we can use it for option parsing and
dump another library dependency.
|
| | |
|
| | |
|
| |
|
|
| |
Match up to the silent make thing we have by default now.
|
| |
|
|
|
|
| |
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.
|
| |
|