From 911994babeaf0d769718302033e6c790a10f292c Mon Sep 17 00:00:00 2001 From: gjb Date: Mon, 1 Jun 2015 20:26:38 +0000 Subject: 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 --- release/tools/arm.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/tools') diff --git a/release/tools/arm.subr b/release/tools/arm.subr index 5cc61e3..c2375a0 100644 --- a/release/tools/arm.subr +++ b/release/tools/arm.subr @@ -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 -- cgit v1.1