README.md: add informations about specific configurations for preseed

This commit is contained in:
Jeremy Gardais 2016-07-26 14:09:38 +02:00
parent d9b4638012
commit fd25c940ab
1 changed files with 61 additions and 49 deletions

View File

@ -85,7 +85,8 @@ Preseeding provides a way to set answers to questions asked by the Debian-Instal
* Use the entire first disk (sda or vda aka virtual hdd) with LVM. * Use the entire first disk (sda or vda aka virtual hdd) with LVM.
* Purge all LVM, RAID,… partitions or informations already set on the first disk. * Purge all LVM, RAID,… partitions or informations already set on the first disk.
* Partitionning: * Partitionning:
| Device | Mount point | Size | Description |
| Device | Mount point | Size (Min - Max) | Description |
|-----------|-------------|------------------------|------------------------------------------------------------------------| |-----------|-------------|------------------------|------------------------------------------------------------------------|
| /dev/sda1 | /boot | 200 - 250 Mb | Bootloader (Grub) | | /dev/sda1 | /boot | 200 - 250 Mb | Bootloader (Grub) |
| /dev/sda2 | LVM | 16 Gb - 100% | Physical Volume for LVM | | /dev/sda2 | LVM | 16 Gb - 100% | Physical Volume for LVM |
@ -116,12 +117,23 @@ Preseeding provides a way to set answers to questions asked by the Debian-Instal
lv_free - /mnt/free lv_free - /mnt/free
: The preseed's partitionning need to allocate all the disk space. If it's not define, it will put it in the last defined partition all extra free space. So **lv_free** is a temporary LV that you can destroy and use the space to resize any other LV. : The preseed's partitionning need to allocate all the disk space. If it's not define, it will put it in the last defined partition all extra free space. So **lv_free** is a temporary LV that you can destroy and use the space to resize any other LV.
#### Specific configurations
* You can choose a desktop environment:
* Debian Stable (aka Jessie): Cinnamon, Mate or Gnome3
* Debian oldStable (aka Wheezy): Gnome3
* Partitionning differences for Debian with a desktop environment:
| Device | Mount point | Size (Min - Max) | Description |
|---------|-------------|------------------|-------------------------------------------------------------|
| lv_root | / | 1 - **3** Gb | root partition |
| lv_home | /home | 2 - **10** Gb | User's home directories (saved files, personnal settings,…) |
| lv_srv | NOT PRESENT | NOT PRESENT | |
### Scripts ### Scripts
See the [scripts's README.md][scripts readme.md] file for more informations. See the [scripts's README.md][scripts readme.md] file for more informations.
## How to use it ## How to use it
* Put the data of this repository on the PXE server: * Put the data of this repository on the PXE server:
* Clone the repository with https URL or with SSH to **/var/lib/tftpboot**. * Clone the repository with https URL or with SSH to **/var/lib/tftpboot**.
* Download the last archive: `wget https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/archive/master.tar.gz` * Download the last archive: `wget https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/archive/master.tar.gz`