summaryrefslogtreecommitdiff
path: root/src/initrd/nm-initrd-generator.c
Commit message (Expand)AuthorAgeFilesLines
* 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