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
This commit is contained in:
Glen Barber 2015-06-01 20:26:38 +00:00
parent 9e34aea25c
commit b506d010c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283894

View File

@ -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