Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/brand/bhyve/createzone
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# }}}

#
# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
#

. /usr/lib/brand/sparse/common.ksh
Expand Down Expand Up @@ -49,9 +49,9 @@ ZONEPATH_DS=`zonepath_to_ds_chk $ZONEPATH`
umask 022
mkdir root
cd root
mkdir -p dev etc usr sbin lib var/run tmp
mkdir -p dev etc usr sbin lib var/run tmp var/tmp
chown -R root:sys .
chmod 1777 tmp
chmod 1777 tmp var/tmp
ln -s usr/bin

cat << EOM > etc/passwd
Expand Down