Deleted Added
full compact
UPDATING (148309) UPDATING (148330)
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh
4<imp@village.org>. See end of file for further details. For commonly
5done items, please see the COMMON ITEMS: section later in the file.
6
7Items affecting the ports and packages system can be found in
8/usr/ports/UPDATING. Please read that file before running

--- 263 unchanged lines hidden (view full) ---

272
273 <make sure you have good level 0 dumps>
274 make buildworld
275 make kernel KERNCONF=YOUR_KERNEL_HERE
276 [1]
277 <reboot in single user> [3]
278 mergemaster -p [5]
279 make installworld
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh
4<imp@village.org>. See end of file for further details. For commonly
5done items, please see the COMMON ITEMS: section later in the file.
6
7Items affecting the ports and packages system can be found in
8/usr/ports/UPDATING. Please read that file before running

--- 263 unchanged lines hidden (view full) ---

272
273 <make sure you have good level 0 dumps>
274 make buildworld
275 make kernel KERNCONF=YOUR_KERNEL_HERE
276 [1]
277 <reboot in single user> [3]
278 mergemaster -p [5]
279 make installworld
280 make delete-old
280 mergemaster [4]
281 <reboot>
282
283
284 To cross-install current onto a separate partition
285 --------------------------------------------------
286 # In this approach we use a separate partition to hold
287 # current's root, 'usr', and 'var' directories. A partition

--- 21 unchanged lines hidden (view full) ---

309 ----------------------------------------------
310 <make sure you have good level 0 dumps>
311 make buildworld [9]
312 make kernel KERNCONF=YOUR_KERNEL_HERE [8]
313 [1]
314 <reboot in single user> [3]
315 mergemaster -p [5]
316 make installworld
281 mergemaster [4]
282 <reboot>
283
284
285 To cross-install current onto a separate partition
286 --------------------------------------------------
287 # In this approach we use a separate partition to hold
288 # current's root, 'usr', and 'var' directories. A partition

--- 21 unchanged lines hidden (view full) ---

310 ----------------------------------------------
311 <make sure you have good level 0 dumps>
312 make buildworld [9]
313 make kernel KERNCONF=YOUR_KERNEL_HERE [8]
314 [1]
315 <reboot in single user> [3]
316 mergemaster -p [5]
317 make installworld
318 make delete-old
317 mergemaster -i [4]
318 <reboot>
319
320 Make sure that you've read the UPDATING file to understand the
321 tweaks to various things you need. At this point in the life
322 cycle of current, things change often and you are on your own
323 to cope. The defaults can also change, so please read ALL of
324 the UPDATING entries.

--- 77 unchanged lines hidden (view full) ---

402POSSIBILITY OF SUCH DAMAGE.
403
404If you find this document useful, and you want to, you may buy the
405author a beer.
406
407Contact Warner Losh if you have any questions about your use of
408this document.
409
319 mergemaster -i [4]
320 <reboot>
321
322 Make sure that you've read the UPDATING file to understand the
323 tweaks to various things you need. At this point in the life
324 cycle of current, things change often and you are on your own
325 to cope. The defaults can also change, so please read ALL of
326 the UPDATING entries.

--- 77 unchanged lines hidden (view full) ---

404POSSIBILITY OF SUCH DAMAGE.
405
406If you find this document useful, and you want to, you may buy the
407author a beer.
408
409Contact Warner Losh if you have any questions about your use of
410this document.
411
410$FreeBSD: head/UPDATING 148309 2005-07-22 18:51:36Z ume $
412$FreeBSD: head/UPDATING 148330 2005-07-23 14:23:30Z netchild $