Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163009474
D54602.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
941 B
Referenced Files
None
Subscribers
None
D54602.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D54602: release: make sh the default shell
Attached
Detach File
Event Timeline
Log In to Comment