summaryrefslogtreecommitdiff
path: root/src/initrd/nm-initrd-generator.c
Commit message (Expand)AuthorAgeFilesLines
* initrd: save hostname to a file in /runBeniamino Galvani2020-05-061-1/+19
* initrd: add command line option to specify initrd data directoryBeniamino Galvani2020-05-061-5/+15
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-071-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* initrd: make "argv" argument of nmi_cmdline_reader_parse() a const strvThomas Haller2019-09-271-1/+1
* process s390 specific device info from rd.znet parameter in nm-initrd-generatorDan HorĂ¡k2019-09-271-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-081-1/+6
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-081-1/+1
* initrd: remove an accidental backspaceLubomir Rintel2019-07-021-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: cache errno in local variable before using itThomas Haller2019-02-121-1/+3
* initrd: actually use the constructed filenameLubomir Rintel2018-11-271-1/+1
* initrd: use keyfile util for creating filenameThomas Haller2018-10-231-6/+4
* initrd: use cleanup attribute and return early from output_conn()Thomas Haller2018-10-231-27/+23
* initrd: add .nmconnection extension when writing keyfilesThomas Haller2018-10-191-1/+2
* all: remove \n endings from log callsLubomir Rintel2018-10-121-2/+2
* initrd-generator: add a missing includeLubomir Rintel2018-09-181-1/+1
* initrd: add configuration generatorLubomir Rintel2018-09-181-0/+138