Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 14:50:33 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r285132 - stable/10/sys/arm/conf
Message-ID:  <201507041450.t64EoXAX045415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sat Jul  4 14:50:32 2015
New Revision: 285132
URL: https://svnweb.freebsd.org/changeset/base/285132

Log:
  Add the GEOM_LABEL option to the BEAGLEBONE, GUMSTIX, and RPI-B
  kernel configuration files, resolving an issue where the UFS and
  MSDOSFS partitions would not mount as set in fstab(5).
  
  This is a direct commit to stable/10, as the GEOM_LABEL option
  is handled differently in head for arm/armv6.  The WANDBOARD
  and PANDABOARD already have this kernel option entry via the IMX6
  kernel configuration file, so do not need to be changed.
  
  Approved by:	re (kib)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sys/arm/conf/BEAGLEBONE
  stable/10/sys/arm/conf/GUMSTIX
  stable/10/sys/arm/conf/RPI-B

Modified: stable/10/sys/arm/conf/BEAGLEBONE
==============================================================================
--- stable/10/sys/arm/conf/BEAGLEBONE	Sat Jul  4 14:44:39 2015	(r285131)
+++ stable/10/sys/arm/conf/BEAGLEBONE	Sat Jul  4 14:50:32 2015	(r285132)
@@ -50,6 +50,7 @@ options 	TMPFS			# Efficient memory file
 options 	GEOM_PART_GPT		# GUID Partition Tables
 options 	GEOM_PART_BSD		# BSD partition scheme
 options 	GEOM_PART_MBR		# MBR partition scheme
+options 	GEOM_LABEL		# Provides labelization 
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
 options 	KTRACE			# ktrace(1) support

Modified: stable/10/sys/arm/conf/GUMSTIX
==============================================================================
--- stable/10/sys/arm/conf/GUMSTIX	Sat Jul  4 14:44:39 2015	(r285131)
+++ stable/10/sys/arm/conf/GUMSTIX	Sat Jul  4 14:50:32 2015	(r285132)
@@ -49,6 +49,7 @@ options 	NFSCL			# New Network Filesyste
 options 	NFS_ROOT		# NFS usable as /, requires NFSCL
 options 	GEOM_PART_BSD		# BSD partition scheme
 options 	GEOM_PART_MBR		# MBR partition scheme
+options 	GEOM_LABEL		# Provides labelization 
 options 	TMPFS			# Efficient memory filesystem
 #options 	MSDOSFS			# MSDOS Filesystem
 #options 	CD9660			# ISO 9660 Filesystem

Modified: stable/10/sys/arm/conf/RPI-B
==============================================================================
--- stable/10/sys/arm/conf/RPI-B	Sat Jul  4 14:44:39 2015	(r285131)
+++ stable/10/sys/arm/conf/RPI-B	Sat Jul  4 14:50:32 2015	(r285132)
@@ -45,6 +45,7 @@ options 	TMPFS			# Efficient memory file
 options 	GEOM_PART_GPT		# GUID Partition Tables
 options 	GEOM_PART_BSD		# BSD partition scheme
 options 	GEOM_PART_MBR		# MBR partition scheme
+options 	GEOM_LABEL		# Provides labelization 
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
 options 	KTRACE			# ktrace(1) support



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