Improve Linuxulator man pages to better reflect the current state.
Details
- Reviewers
tijl emaste brueffer netchild - Group Reviewers
manpages Linux Emulation - Commits
- rS354691: Improve Linuxulator man pages to better reflect the current state,
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 27449 Build 25687: arc lint + arc unit
Event Timeline
| share/man/man4/linux.4 | ||
|---|---|---|
| 55–59 | It probably is worth leaving in some statment about this not being 100% | |
| share/man/man4/linux.4 | ||
|---|---|---|
| 78 | s/compat/emulators/ | |
| share/man/man4/linux.4 | ||
|---|---|---|
| 85–87 | The linux_base ports run some Linux programs on installation, e.g. Linux ldconfig to create /compat/linux/etc/ld.so.cache. So I would change the order here. First add linux_enable to /etc/rc.conf, then enable Linux compatibility using 'service linux start', and then install linux_base-c7. That also means that /etc/rc.d/linux should create /compat/linux and /compat/linux/{dev,proc,sys} before mounting file systems because these directories might not exist. | |
| share/man/man4/linux.4 | ||
|---|---|---|
| 85–87 | Good point, but can... we move it to another review? What you're suggesting also touches the rc script itself, and there might be different ways it could be solved. | |
| share/man/man4/linux.4 | ||
|---|---|---|
| 85–87 | Sure. | |
| share/man/man4/linux.4 | ||
|---|---|---|
| 85–87 | Perhaps here: https://reviews.freebsd.org/Z15 | |