README.md: Correct "Network shares" and "Manpages - Documentation" doc.

This commit is contained in:
gardouille 2015-11-12 23:42:40 +01:00
parent 864b532b33
commit 7a10f7d110
2 changed files with 21 additions and 40 deletions

View File

@ -11,9 +11,9 @@
* [System tools for shell](#system-tools-for-shell)
* [Internet tools for cli](#internet-tools-for-cli)
* [Internet tools for X11](#internet-tools-for-x11)
* [Network share](#network-share)
* [Office tools for shell](#office-tools-for-shell)
* [Desktop tools for X11](#desktop-tools-for-x11)
* [Network share](#network-share)
* [Manpages - Documentation](#manpages-documentation)
## post_install_sid.sh
@ -263,22 +263,6 @@ iface enp0s25 inet dhcp
##### Configuration
* Ensure to forward root's mail to new user email address.
#### Network share
##### Add
* keychain
* knockd : small port-knock daemon.
* nfs-common : NFS client. Useful network protocol for sharing between linux OS.
* openssh-server : Secure SHell (SSH) server, for secure access from remote machines.
##### Remove
* nfs-kernel-server : NFS server. Useful network protocol for sharing between linux OS.
* samba : SMB/CIFS file, print and login server for Unix. One of the only Windows compatible protocole.
##### Configuration
* Disable nfs-kernel-server service if still available.
* Disable all samba service if still availables.
#### Internet tools for X11
##### Add
@ -349,7 +333,24 @@ vim-addons install latex-suite
##### Add
* ttf-ancient-fonts : Unicode font for many symbols. See https://en.wikipedia.org/wiki/Emoji#Blocks
#### Network share
##### Add
* nfs-common : NFS client. Useful network protocol for sharing between linux OS.
##### Remove
* nfs-kernel-server : NFS server. Useful network protocol for sharing between linux OS.
* samba : SMB/CIFS file, print and login server for Unix. One of the only Windows compatible protocole.
##### Configuration
* Disable nfs-kernel-server service if still available.
* Disable all samba service if still availables.
#### Manpages - Documentation
##### Add
* info package
* aptitude-doc-fr: French manual for aptitude, a terminal-based package manager.
* info: Standalone GNU Info documentation browser.
* manpages-fr: French version of the manual pages about using GNU/Linux.
* manpages-fr-dev: French version of the development manual pages.
* manpages-fr-extra: French version of the manual pages.

View File

@ -32,8 +32,6 @@
## x11-common.seed
##
## Dernière modifications:
## 2015-09-03
## - Add asr-manpages, lynx packages
## 2014-12-08 -
## - Ajout de mat
## 2013-06-28 - 0.03.29
@ -766,12 +764,6 @@ fi
###########################################################
## Network share
## Liste: nfs client
## Remove: nfs-kernel-server samba
###########################################################
###### Pre-configuration
#preconfig samba
###### Installation
aptins "Network share" nfs-common
@ -790,6 +782,7 @@ fi
if [ $(command -v nfsdcltrack) ]; then
systemctl disable nfs-kernel-server.service
fi
###########################################################
###########################################################
## Office tools for shell
@ -965,22 +958,9 @@ EOF
###########################################################
## Manpages / Documentation
## Liste: aptitude-doc-fr info manpages-fr manpages-fr-dev manpages-fr-extra
###########################################################
###### Installation
aptins "Manpages" aptitude-doc-fr info manpages-fr manpages-fr-dev manpages-fr-extra
###### Information for end user
cat >> "${INFORMATION}" << EOF
====== Manpages / Documentation ======
Voici la liste des paquets installés :
+info : Program which allow to view Info documents. Much of Debian packages
comes with documentation in Info format.
% info redshift
EOF
###########################################################
# Restauration des sorties standard
restore_stdout