README.md: Write "Prerequisite" doc.
This commit is contained in:
parent
d5aa30cac8
commit
61aef0081f
13
README.md
13
README.md
@ -3,6 +3,8 @@
|
||||
1. [Post installation script for Debian Sid](#post_install_sid.sh)
|
||||
* [How-to](#how-to)
|
||||
* [Description](#description)
|
||||
* [Prerequisite](#prerequisite)
|
||||
* [Apt configuration](#apt-configuration)
|
||||
* [X11 Server](#x11-server)
|
||||
* [Graphic Environment](#graphic-environment)
|
||||
* [Gnome tools](#gnome-tools)
|
||||
@ -39,6 +41,17 @@ sudo post_install_sid.sh
|
||||
|
||||
### Description
|
||||
|
||||
#### Prerequisite
|
||||
|
||||
##### Add
|
||||
* debconf-utils: Contains some small utilities for debconf developers.
|
||||
* Load pre-seed files (debconf-set-selections) or see current debconf database (debconf-get-selections).
|
||||
* lsof: Utility to list open files.
|
||||
* Usefull to redirect the standard output.
|
||||
|
||||
##### Post-Configuration
|
||||
* Load locales and keyboard pre-seed files.
|
||||
|
||||
#### Apt configuration
|
||||
|
||||
##### Pre-Configuration
|
||||
|
@ -420,6 +420,16 @@ def_debug ${mode_debug}
|
||||
# Définition de l'architecture
|
||||
architecture
|
||||
|
||||
###########################################################
|
||||
## Prerequisite
|
||||
##### Installation
|
||||
ains "Prerequisite" debconf-utils lsof
|
||||
|
||||
##### Post-configuration
|
||||
preconfig locales
|
||||
preconfig keyboard
|
||||
###########################################################
|
||||
|
||||
###########################################################
|
||||
#### Apt configuration
|
||||
###########################################################
|
||||
@ -467,19 +477,6 @@ export UCF_FORCE_CONFFOLD=1
|
||||
aptitude -y full-upgrade
|
||||
check_output "Force full-upgrade of the system"
|
||||
|
||||
###########################################################
|
||||
## Prérequis
|
||||
## Liste: debconf-utils - lsof
|
||||
###########################################################
|
||||
##### Pré-configuration
|
||||
preconfig locales
|
||||
preconfig keyboard
|
||||
|
||||
##### Installation
|
||||
ains "Prérequis" debconf-utils lsof
|
||||
|
||||
# Pour la description de debconf-utils, voir la partie "Outils d'administration"
|
||||
|
||||
###########################################################
|
||||
#### X11 Server
|
||||
##### Pre-configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user