summaryrefslogtreecommitdiffstats
path: root/loader/readvars.c
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-125/+0
| | | | IT IS ACCOMPLISHED.
* readvars should split variables into at most 2 piecesBrian C. Lane2010-08-271-1/+1
| | | | | | | This lets it handle things like: repo=hd:UUID=A1EA-85CC:/ stage2=hd:LABEL="Fedora"
* Add readvars.c for parsing command line args and shell vars.David Cantrell2010-07-261-0/+125
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).