Page MenuHomeFreeBSD

D54602.diff
No OneTemporary

D54602.diff

diff --git a/release/tools/arm.subr b/release/tools/arm.subr
--- a/release/tools/arm.subr
+++ b/release/tools/arm.subr
@@ -98,7 +98,7 @@
chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \
useradd freebsd \
-m -M 0755 -w yes -n freebsd -u 1001 -g 1001 -G 0 \
- -c 'FreeBSD User' -d '/home/freebsd' -s '/bin/csh'
+ -c 'FreeBSD User' -d '/home/freebsd' -s '/bin/sh'
chroot ${CHROOTDIR} /usr/sbin/pw -R ${DESTDIR} \
usermod root -w yes
diff --git a/release/tools/vagrant.conf b/release/tools/vagrant.conf
--- a/release/tools/vagrant.conf
+++ b/release/tools/vagrant.conf
@@ -39,7 +39,7 @@
/usr/sbin/pw -R ${DESTDIR} -M ${DESTDIR}/METALOG \
useradd vagrant \
-m -M 0755 -w yes -n vagrant -u 1001 -g 1001 -G 0 \
- -c 'Vagrant User' -d '/home/vagrant' -s '/bin/csh'
+ -c 'Vagrant User' -d '/home/vagrant' -s '/bin/sh'
# Change root's password to vagrant
echo 'vagrant' | /usr/sbin/pw -R ${DESTDIR} usermod root -h 0

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 20, 3:26 AM (2 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35252532
Default Alt Text
D54602.diff (941 B)

Event Timeline