default_install &&

install -vm 755 -d "$INSTALL_ROOT/etc/ocfs2" &&

if [[ $INIT_INSTALLED ]]; then
  install_config_file "$SOURCE_DIRECTORY/documentation/samples/cluster.conf" \
                      "$INSTALL_ROOT/etc/ocfs2/cluster.conf" &&

  install_config_file "$SPELL_DIRECTORY/init.d/ocfs2.conf" \
                      "$INSTALL_ROOT/etc/sysconfig/ocfs2"
fi
