#778 Issue closed
: agetty: cannot open os-release file¶
Labels: enhancement
, fixed / solved / done
gdha opened issue at 2016-02-15 16:26:¶
with a fedora 23 rescue image noticed the following line in the messages
file:
agetty: cannot open os-release file
The /etc/os-release seems to be linked to ../usr/lib/os-release on Fedora 23 and therefore, the copy probably did not succeed.
phracek commented at 2016-02-22 00:04:¶
Yeah, that's correct.
$ ls -la /etc/os-release
lrwxrwxrwx. 1 root root 21 Oct 20 00:35 /etc/os-release -> ../usr/lib/os-release
$
gdha commented at 2016-02-22 10:56:¶
Has been fixed with commit https://github.com/rear/rear/commit/22a7337edb41b9fb053f497f846ff2651a2b8845
[Export of Github issue for rear/rear.]