In /etc/rc.d/linux the mounting paths of procfs, sysfs and devfs is hardcoded to "/compat/linux". Switching to the content of compat.linux.emul_path would allow to switch linuxulator to different place.
Details
Details
- Reviewers
trasz - Group Reviewers
Linux Emulation - Commits
- rGf122a8719225: Use compat.linux.emul_path instead of hardcoded path in /etc/rc.d/linux
rG1b2802ed4ed0: Use compat.linux.emul_path instead of hardcoded path in /etc/rc.d/linux
rGe40787f900f3: Use compat.linux.emul_path instead of hardcoded path in /etc/rc.d/linux
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Make changes on source file instead of file in destination location (/etc/rc.d/linux). Use sysctl-variable for all occurences of hardcoded path of /compat/linux.
libexec/rc/rc.d/linux | ||
---|---|---|
21 | This must be done after load_kld -e 'linux(aout|elf)' linux below. Otherwise, it may not be defined. |