README.md: add informations about specific configurations for preseed
This commit is contained in:
parent
d9b4638012
commit
fd25c940ab
16
README.md
16
README.md
|
@ -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.
|
||||
* Purge all LVM, RAID,… partitions or informations already set on the first disk.
|
||||
* Partitionning :
|
||||
| Device | Mount point | Size | Description |
|
||||
|
||||
| Device | Mount point | Size (Min - Max) | Description |
|
||||
|-----------|-------------|------------------------|------------------------------------------------------------------------|
|
||||
| /dev/sda1 | /boot | 200 - 250 Mb | Bootloader (Grub) |
|
||||
| /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
|
||||
: 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
|
||||
|
||||
See the [scripts's README.md][scripts readme.md] file for more informations.
|
||||
|
||||
## How to use it
|
||||
|
||||
* Put the data of this repository on the PXE server :
|
||||
* 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`
|
||||
|
|
Loading…
Reference in New Issue