summaryrefslogtreecommitdiffstats
path: root/patches/systemd-243-51-gfab6f010ac6c
Commit message (Collapse)AuthorAgeFilesLines
* systemd: fix booting from NFSMichael Olbrich2019-09-302-0/+94
For NFS and ext images that where created with genext2fs, readir() returns 'd_type == DT_UNKNOWN' for all files. This confused the unit load code and systemd started a incomplete 'default.target' with no login available. Add upstream fix to avoid this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>