svn commit: r283894 - head/release/tools

Glen Barber gjb at FreeBSD.org
Mon Jun 1 20:26:39 UTC 2015


Author: gjb
Date: Mon Jun  1 20:26:38 2015
New Revision: 283894
URL: https://svnweb.freebsd.org/changeset/base/283894

Log:
  Disable arm_create_user().  As-is, this does not create the
  user in the userland for the target image, but creates the
  user in the build chroot.
  
  Before this is re-enabled, I want to figure out a clean way
  to do this without requiring the overhead of third-party
  utilities (such as qemu).
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/tools/arm.subr

Modified: head/release/tools/arm.subr
==============================================================================
--- head/release/tools/arm.subr	Mon Jun  1 20:05:06 2015	(r283893)
+++ head/release/tools/arm.subr	Mon Jun  1 20:26:38 2015	(r283894)
@@ -98,7 +98,7 @@ arm_install_base() {
 		installworld installkernel distribution
 	chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/boot/msdos
 
-	arm_create_user
+	#arm_create_user
 
 	echo '# Custom /etc/fstab for FreeBSD embedded images' \
 		> ${CHROOTDIR}/${DESTDIR}/etc/fstab


More information about the svn-src-all mailing list