Skip to content

Commit

Permalink
- updated the template and
Browse files Browse the repository at this point in the history
- additional steps required to configure the system.
  • Loading branch information
Anand Mitra committed Dec 7, 2010
1 parent 556e197 commit 390d74a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
20 changes: 19 additions & 1 deletion documentation.xml
Expand Up @@ -143,7 +143,25 @@ spl 120247 7 lzfs,zfs,zcommon,zunicode,znvpair,zavl,splat

</para>
</sect1>
</chapter>

<sect1><title>Installing Startup Scripts</title>
<para> The binaries have been installed. Currently the make system
does not intall the startup scritps these have to be done manually.
</para>
<para>Follow this procedure for Fedora</para>
<screen>
<prompt>/tmp$</prompt> <command> chkconfig --add zfsload</command>
</screen>

<para>Follow this procedure for Ubuntu</para>
<screen>
<prompt>/tmp$</prompt> <command> cp lzfs/scripts/zfsload-ubuntu /etc/init.d/zfsload</command>
<prompt>/tmp$</prompt> <command> chown root /etc/init.d/zfsload</command>
<prompt>/tmp$</prompt> <command> chmod +x /etc/init.d/zfsload</command>
<prompt>/tmp$</prompt> <command> update-rc.d zfsload defaults</command>
<prompt>/tmp$</prompt> <command> service zfsload start</command>
</screen>

</sect1>
</chapter>
</book>
31 changes: 30 additions & 1 deletion features.xml
Expand Up @@ -9,7 +9,36 @@
<chapter><title>Features</title>
<sect1><title>ZFS DataSheet - UI Features</title>
<para>

<table>
<title>Commands/Feature support</title>
<tgroup cols="5">
<thead>
<row>
<entry>Command</entry>
<entry>ZFS OpenSolaris</entry>
<entry>ZFS Linux Beta</entry>
<entry>ZFS Linux GA</entry>
<entry>Notes</entry>
</row>
</thead>
<tbody>
<row>
<entry>zfs-create</entry>
<entry>Yes</entry>
<entry>Yes</entry>
<entry>Yes</entry>
<entry></entry>
</row>
<row>
<entry>zfs destroy</entry>
<entry>Yes</entry>
<entry>Yes</entry>
<entry>Yes</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</sect1>

Expand Down

0 comments on commit 390d74a

Please sign in to comment.