Update git.ipr domain
This commit is contained in:
parent
14de494af2
commit
00d54b1603
|
@ -182,7 +182,7 @@ 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-rennes.fr/cellinfo/tftpboot/archive/master.tar.gz`
|
||||||
* Install a TFTP server (`tftpd-hpa` package for Debian's based systems or `tftp-server` for Redhat's based systems).
|
* Install a TFTP server (`tftpd-hpa` package for Debian's based systems or `tftp-server` for Redhat's based systems).
|
||||||
* Start the tftpd's service :
|
* Start the tftpd's service :
|
||||||
* `sudo service tftpd-hpa start`
|
* `sudo service tftpd-hpa start`
|
||||||
|
|
|
@ -159,7 +159,7 @@ d-i partman-lvm/confirm boolean true
|
||||||
d-i partman-lvm/confirm_nooverwrite boolean true
|
d-i partman-lvm/confirm_nooverwrite boolean true
|
||||||
|
|
||||||
# LVM partition
|
# LVM partition
|
||||||
# recipe copied from https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/src/master/preseed/debian/stretch/preseed_computenode.cfg
|
# recipe copied from https://git.ipr.univ-rennes.fr/cellinfo/tftpboot/src/master/preseed/debian/stretch/preseed_computenode.cfg
|
||||||
# <min_size_mb> <priority_in_mb> <max_size_in_mb>
|
# <min_size_mb> <priority_in_mb> <max_size_in_mb>
|
||||||
# see https://www.bishnet.net/tim/blog/2015/01/29/understanding-partman-autoexpert_recipe/ for a description of partman's algorithm
|
# see https://www.bishnet.net/tim/blog/2015/01/29/understanding-partman-autoexpert_recipe/ for a description of partman's algorithm
|
||||||
d-i partman-auto/expert_recipe string \
|
d-i partman-auto/expert_recipe string \
|
||||||
|
|
|
@ -159,7 +159,7 @@ d-i partman-lvm/confirm boolean true
|
||||||
d-i partman-lvm/confirm_nooverwrite boolean true
|
d-i partman-lvm/confirm_nooverwrite boolean true
|
||||||
|
|
||||||
# LVM partition
|
# LVM partition
|
||||||
# recipe copied from https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/src/master/preseed/debian/wheezy/preseed_cluster.cfg
|
# recipe copied from https://git.ipr.univ-rennes.fr/cellinfo/tftpboot/src/master/preseed/debian/wheezy/preseed_cluster.cfg
|
||||||
# <min_size_mb> <priority_in_mb> <max_size_in_mb>
|
# <min_size_mb> <priority_in_mb> <max_size_in_mb>
|
||||||
# see https://www.bishnet.net/tim/blog/2015/01/29/understanding-partman-autoexpert_recipe/ for a description of partman's algorithm
|
# see https://www.bishnet.net/tim/blog/2015/01/29/understanding-partman-autoexpert_recipe/ for a description of partman's algorithm
|
||||||
d-i partman-auto/expert_recipe string \
|
d-i partman-auto/expert_recipe string \
|
||||||
|
|
Loading…
Reference in New Issue