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
|
||||
* 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`
|
||||
* 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).
|
||||
* Start the tftpd's service :
|
||||
* `sudo service tftpd-hpa start`
|
||||
|
|
|
@ -159,7 +159,7 @@ d-i partman-lvm/confirm boolean true
|
|||
d-i partman-lvm/confirm_nooverwrite boolean true
|
||||
|
||||
# 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>
|
||||
# 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 \
|
||||
|
|
|
@ -159,7 +159,7 @@ d-i partman-lvm/confirm boolean true
|
|||
d-i partman-lvm/confirm_nooverwrite boolean true
|
||||
|
||||
# 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>
|
||||
# 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 \
|
||||
|
|
Loading…
Reference in New Issue