| Summary: | MAKEDEV on fixit floppy should not reset $PATH | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Don Lewis <Don.Lewis> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.1-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Don Lewis
2000-09-13 01:50:00 UTC
State Changed From-To: open->closed The correct fix is to set MAKEDEVPATH in sysinstall to include the necessary directories in /mnt2, which is where the fixit floppy is mounted. It is also necessary to search the path that MAKEDEV uses to find mknod instead of hardwiring it to /sbin/mknod. Fixed in release/sysinstall/install.c 1.286 and 1.268.2.16, etc/MAKEDEV 1.280 and 1.243.2.15 (RELENG_4). |