Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agetty: cannot open os-release file #778

Closed
gdha opened this issue Feb 15, 2016 · 2 comments
Closed

agetty: cannot open os-release file #778

gdha opened this issue Feb 15, 2016 · 2 comments
Assignees
Labels
enhancement Adaptions and new features fixed / solved / done
Milestone

Comments

@gdha
Copy link
Member

gdha commented Feb 15, 2016

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.

@gdha gdha added the enhancement Adaptions and new features label Feb 15, 2016
@gdha gdha self-assigned this Feb 15, 2016
@gdha gdha added this to the Rear v1.18 milestone Feb 15, 2016
@phracek
Copy link
Contributor

phracek commented Feb 22, 2016

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
Copy link
Member Author

gdha commented Feb 22, 2016

Has been fixed with commit 22a7337

@gdha gdha closed this as completed Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adaptions and new features fixed / solved / done
Projects
None yet
Development

No branches or pull requests

2 participants