diff options
author | gjb <gjb@FreeBSD.org> | 2015-06-01 20:26:38 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-06-01 20:26:38 +0000 |
commit | 911994babeaf0d769718302033e6c790a10f292c (patch) | |
tree | 818d5e7ccfa0ee1fb42826171b1f232f87984572 /release/tools | |
parent | c2b9c8621e0421049de9dd87f12c74b95ddc2b77 (diff) | |
download | FreeBSD-src-911994babeaf0d769718302033e6c790a10f292c.zip FreeBSD-src-911994babeaf0d769718302033e6c790a10f292c.tar.gz |
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
Diffstat (limited to 'release/tools')
-rw-r--r-- | release/tools/arm.subr | 2 |
1 files changed, 1 insertions, 1 deletions
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 |