|
| file | boot-loader.c |
| |
| file | boot-loader.h [code] |
| | Add LICK to the current boot loader (or set up a new boot loader)
|
| |
| file | distro.c |
| |
| file | distro.h [code] |
| | Picks the kernel, initrd and options for a given distro.
|
| |
| file | drives.c |
| |
| file | drives.h [code] |
| | Find drives in the system.
|
| |
| file | install.c |
| |
| file | install.h [code] |
| | Install and uninstall distributions.
|
| |
| file | lick.h [code] |
| | A convenience header.
|
| |
| file | lickdir.c |
| |
| file | lickdir.h [code] |
| | Information about a LICK directory.
|
| |
| file | llist.c |
| |
| file | llist.h [code] |
| | A linked list library.
|
| |
| |
| |
| file | scandir.c |
| |
| file | scandir.h [code] |
| | An implementation of scandir, since MinGW does not include one.
|
| |
| file | system-info.c |
| |
| file | system-info.h [code] |
| | Determine information about the system.
|
| |
| file | uniso.c |
| |
| file | uniso.h [code] |
| | Extract relevant files from an ISO file.
|
| |
| file | utils.c |
| |
| file | utils.h [code] |
| | An assortment of functions used in multiple sections.
|
| |