1114c
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Here's my hardware situation:
(Remote) Box foo, running 8.2 -RELEASE FreeBSD (running some server daemons and such). (Local) OS X host OS, hoping to run FreeBSD 9.0 -CURRENT within VMware Fusion, currently running nothing. I've got -CURRENT sources checked out to 'foo' and am building the world and kernel there. I'm hitting some snags but helpful folks have got that sorted out it seems. I've built with DESTDIR=/FreeBSD-CURRENT/build. It *seems* that I'm installing to /FreeBSD-CURRENT/build but also /usr/obj??? I'm unclear on this. To be clear, this is what I'm doing: Code:
mv /usr/obj /usr/obj.old ; mkdir /usr/obj make buildworld DESTDIR=/FreeBSD-CURRENT/build TARGET=amd64 TARGET_ARCH=amd64 && make buildkernel DESTDIR=/FreeBSD-CURRENT/build TARGET=amd64 TARGET_ARCH=amd64 && make installworld DESTDIR=/FreeBSD-CURRENT/build TARGET=amd64 TARGET_ARCH=amd64 && make installkernel DESTDIR=/FreeBSD- CURRENT/build TARGET=amd64 TARGET_ARCH=amd64 && make distribution DESTDIR=/FreeBSD-CURRENT/build TARGET=amd64 TARGET_ARCH=amd64 My next issue is what happens when I do a 'svn update' and see that some commits have been made to FreeBSD -CURRENT? Ok, I get the new files, now what? Should I now use my -CURRENT VM and check out the sources and build on there? Given my above codeblock, what would that become exactly in order to upgrade in-place on my -CURRENT VM? Thanks, Robert Last edited by DutchDaemon; April 23rd, 2011 at 19:37. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#2
|
||||
|
||||
|
/usr/src/UPDATING
Quote:
Quote:
Hope that helps.
__________________
Powered by BareBSD |
|
#3
|
|||
|
|||
|
That's great that it can automatically build all those images. That'll help once I need to update I guess (will it?) But how does that apply to me when getting started
|
|
#4
|
||||
|
||||
|
I thought that you want to make a 9-Current snapshot (custom release). If I am not mistaken this can not be done from a 8.2-Release.
__________________
Powered by BareBSD Last edited by DutchDaemon; April 23rd, 2011 at 21:49. |
|
#5
|
|||
|
|||
|
Why not?
Last edited by DutchDaemon; June 3rd, 2011 at 22:23. |
|
#6
|
||||
|
||||
|
__________________
Powered by BareBSD |
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
Guys,
I am following http://wiki.idefix.fechner.net/index...D-Build_Own_CD for building a custom FreeBSD 9.0 Final Release for including custom-mfi driver. Will that link work? Please suggest. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HOWTO: create custom FreeBSD usb bootable flash | graudeejs | Howtos & FAQs (Moderated) | 17 | August 11th, 2010 11:17 |
| Announcing: FreeBSD Custom Build ISO available | manolis@ | Installing & Upgrading | 22 | November 29th, 2009 21:52 |
| Create Two Bootable FreeBSD on a single HDD | iic2 | Howtos & FAQs (Moderated) | 8 | August 10th, 2009 06:35 |
| [Solved] Create install ISO of FreeBSD 7 Stable build | dburkland | Installing & Upgrading | 9 | June 18th, 2009 17:39 |
| Announcing: FreeBSD Custom Build ISO available | manolis@ | News & Announcements | 0 | May 14th, 2009 22:02 |