| Summary: | [patch] Footnote is wrong in the /usr/src/UPDATING | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | MASAOKA Hajime <masa> | ||||
| Component: | Books & Articles | Assignee: | Warner Losh <imp> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | masa | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
MASAOKA Hajime
2005-04-21 08:40:19 UTC
That's still true, but only in RELENG_5. Updated patch for this (can be found at http://people.freebsd.org/~matteo/diff/UPDATING.diff): --- UPDATING.orig Tue Jun 21 20:37:53 2005 +++ UPDATING Tue Jun 21 20:41:10 2005 @@ -1802,16 +1802,16 @@ # is listed here if you are upgrading from a really old current. <make sure you have good level 0 dumps> - <maybe fix /etc/fstab> [7] - make buildworld + <maybe fix /etc/fstab> [1] + make buildworldi [2] make buildkernel KERNCONF=YOUR_KERNEL_HERE make installkernel KERNCONF=YOUR_KERNEL_HERE - [1] - <reboot in single user> [3] - /etc/rc.d/preseedrandom [10] - mergemaster -p [5] - make installworld - mergemaster [4] + [3] + <reboot in single user> [7] + /etc/rc.d/preseedrandom [8] + mergemaster -p [9] + make installworld [11] + mergemaster [12] <reboot> Best Regards -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) Responsible Changed From-To: freebsd-doc->imp Assign this to imp@ since he's the UPDATING maintainer State Changed From-To: open->closed Fixed a long time ago. |