| Summary: | FreeBSD 4.0 /usr/src/UPDATING missing information | ||
|---|---|---|---|
| Product: | Base System | Reporter: | pieterw <pieterw> |
| Component: | i386 | Assignee: | Warner Losh <imp> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->imp Warner will be interested in this one. State Changed From-To: open->closed Originator says this problem has been fixed and wishes this PR to be closed. |
In /usr/src/UPDATING, as cvsupped recently, the line marked with }}{{ is missing: chflags noschg /kernel mv /kernel /kernel.old }}} chflags noschg YOUR_KERNEL_HERE {{{ mv /YOUR_KERNEL_HERE /kernel chflags schg /kernel When upgrading from 3.4-STABLE to 4.0 I saw the chflags-command is needed for moving the build kernel. Fix: Add the mentioned line to /usr/src/UPDATING in RELENG_4. How-To-Repeat: Upgrade a machine from 3.4 to 4.0, try to move the kernel without chflagging :)