Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2010 01:20:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ppc@FreeBSD.org
Subject:   Re: powerpc/93203: commit references a PR
Message-ID:  <201004200120.o3K1K317088790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR powerpc/93203; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: powerpc/93203: commit references a PR
Date: Tue, 20 Apr 2010 01:12:38 +0000 (UTC)

 Author: nwhitehorn
 Date: Tue Apr 20 01:12:23 2010
 New Revision: 206881
 URL: http://svn.freebsd.org/changeset/base/206881
 
 Log:
   Add gpart and glabel to the release CD mfsroot. Even if sysinstall
   cannot partition disks on powerpc, this will allow the user to.
   
   PR:		powerpc/93203
   Obtained from:	ia64
   MFC after:	1 week
 
 Modified:
   head/release/powerpc/boot_crunch.conf
 
 Modified: head/release/powerpc/boot_crunch.conf
 ==============================================================================
 --- head/release/powerpc/boot_crunch.conf	Tue Apr 20 01:02:39 2010	(r206880)
 +++ head/release/powerpc/boot_crunch.conf	Tue Apr 20 01:12:23 2010	(r206881)
 @@ -15,6 +15,7 @@ srcdirs /usr/src/sbin
  progs camcontrol
  progs dhclient
  progs fsck_ffs
 +progs geom
  progs ifconfig
  progs mount_msdosfs
  progs mount_nfs
 @@ -25,6 +26,8 @@ progs rtsol
  progs tunefs
  ln fsck_ffs fsck_4.2bsd
  ln fsck_ffs fsck_ufs
 +ln geom glabel
 +ln geom gpart
  
  srcdirs /usr/src/usr.bin
  progs cpio
 @@ -43,4 +46,4 @@ progs usbconfig
  
  libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
  libs -ldialog -lncurses -ldisk -lcam -lkiconv -lsbuf -lufs
 -libs -lbsdxml -larchive -lbz2 -lusb -ljail
 +libs -lgeom -lbsdxml -larchive -lbz2 -lusb -ljail
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004200120.o3K1K317088790>