diff options
| author | th199096 <none@none> | 2007-04-02 21:38:04 -0700 |
|---|---|---|
| committer | th199096 <none@none> | 2007-04-02 21:38:04 -0700 |
| commit | a237e38e9161f0acd6451439d4a7dd597e66291d (patch) | |
| tree | fd849269fae42c5f25794ca7599b55f212a82a4a /usr/src/cmd/initpkg | |
| parent | 3aa1cd26bc498bd7a8d002259dabfe984ccc90d1 (diff) | |
| download | illumos-joyent-a237e38e9161f0acd6451439d4a7dd597e66291d.tar.gz | |
PSARC/2007/052 In-kernel Sharetab
6371468 /etc/dfs/sharetab should be a mntfs style file
Diffstat (limited to 'usr/src/cmd/initpkg')
| -rw-r--r-- | usr/src/cmd/initpkg/vfstab.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/initpkg/vfstab.sh b/usr/src/cmd/initpkg/vfstab.sh index 481d875cd5..f05f3a7ceb 100644 --- a/usr/src/cmd/initpkg/vfstab.sh +++ b/usr/src/cmd/initpkg/vfstab.sh @@ -20,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -37,6 +37,7 @@ echo "#device device mount FS fsck mount mount /proc - /proc proc - no - ctfs - /system/contract ctfs - no - objfs - /system/object objfs - no - +sharefs - /etc/dfs/sharetab sharefs - no - fd - /dev/fd fd - no - swap - /tmp tmpfs - yes - ">vfstab |
