slitaz-forge rev 704

boot.slitaz.org: s/gpxe/ipxe/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 27 12:14:51 2019 +0100 (2019-10-27)
parents d847e4ce49b9
children 643dac90d3bb
files boot/de/index.php boot/en/index.php boot/fr/index.php boot/pt/index.php boot/ru/index.php
line diff
     1.1 --- a/boot/de/index.php	Sun Oct 27 09:46:36 2019 +0200
     1.2 +++ b/boot/de/index.php	Sun Oct 27 12:14:51 2019 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  <head>
     1.5  	<meta charset="UTF-8">
     1.6  	<title>SliTaz Web Boot</title>
     1.7 -	<meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking">
     1.8 +	<meta name="description" content="slitaz iPXE boot online your OS web-boot slitaz-cooking">
     1.9  	<meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS">
    1.10  	<meta name="robots" content="index, follow, all">
    1.11  	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>">
    1.12 @@ -35,7 +35,7 @@
    1.13  	<div class="block_info">
    1.14  		<header>Web Boot</header>
    1.15  		<p>
    1.16 -			Willkommen am Start-Provider gPXE von
    1.17 +			Willkommen am Start-Provider iPXE von
    1.18  			<a href="http://www.slitaz.org/de/">SliTaz GNU/Linux</a>,
    1.19  			boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk
    1.20  			durch einfache benützung einer CD-ROM, eines USB-Sticks oder
     2.1 --- a/boot/en/index.php	Sun Oct 27 09:46:36 2019 +0200
     2.2 +++ b/boot/en/index.php	Sun Oct 27 12:14:51 2019 +0100
     2.3 @@ -3,7 +3,7 @@
     2.4  <head>
     2.5  	<meta charset="UTF-8">
     2.6  	<title>SliTaz Web Boot</title>
     2.7 -	<meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking">
     2.8 +	<meta name="description" content="slitaz iPXE boot online your OS web-boot slitaz-cooking">
     2.9  	<meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS">
    2.10  	<meta name="robots" content="index, follow, all">
    2.11  	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>">
    2.12 @@ -36,7 +36,7 @@
    2.13  		<header>Web Boot</header>
    2.14  		<p>
    2.15  			Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
    2.16 -			gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
    2.17 +			iPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
    2.18  			using a cdrom, USB media or a floppy disk.
    2.19  		</p>
    2.20  		<p>
    2.21 @@ -94,34 +94,34 @@
    2.22  	<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    2.23  	(<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
    2.24  	and burn the image to a CD ROM. Boot from the CD ROM device and select
    2.25 -	gPXE. This ISO image also provides Memtest86 to test system memory.
    2.26 +	iPXE. This ISO image also provides Memtest86 to test system memory.
    2.27  	</li>
    2.28  	<li>USB media: Use TazUSB to generate bootable USB media. Install
    2.29 -	the package <code>gpxe</code>, copy /boot/gpxe into the boot
    2.30 +	the package <code>ipxe</code>, copy /boot/ipxe into the boot
    2.31  	directory of the USB media and add an entry to the Syslinux configuration
    2.32  	file <code>syslinux.cfg</code>:
    2.33  	<pre class="script">
    2.34  label web
    2.35 -	kernel /boot/gpxe
    2.36 +	kernel /boot/ipxe
    2.37  	</pre></li>
    2.38  	<li>Floppy image: Download
    2.39 -	<a href="http://mirror.slitaz.org/boot/floppy-grub">floppy-grub</a>
    2.40 -	(<a href="http://mirror.slitaz.org/boot/floppy-grub.md5">md5</a>)
    2.41 +	<a href="http://mirror.slitaz.org/boot/floppy-grub4dos">floppy-grub4dos</a>
    2.42 +	(<a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a>)
    2.43  	and transfer the image to a blank floppy disk using the command:
    2.44 -	<code>dd if=floppy-grub of=/dev/fd0</code>. Boot the floppy and select
    2.45 -	gPXE entry.</li>
    2.46 +	<code>dd if=floppy-grub4dos of=/dev/fd0</code>. Boot the floppy and select
    2.47 +	iPXE entry.</li>
    2.48  	<li>Network boot: if you can modify your DHCP server configuration, declare
    2.49  	the tftp server <i>mirror.slitaz.org</i> and the boot file
    2.50 -	<i>gpxe.pxe</i>:
    2.51 +	<i>ipxe.pxe</i>:
    2.52  	<ul>
    2.53  	<li>for <b>udhcpd</b>
    2.54  	<pre>siaddr mirror.slitaz.org
    2.55 -boot_file gpxe.pxe</pre></li>
    2.56 +boot_file ipxe.pxe</pre></li>
    2.57  	<li>for <b>dhcpd</b>
    2.58  	<pre>next-server "mirror.slitaz.org"
    2.59 -filemane "gpxe.pxe"</pre></li>
    2.60 +filemane "ipxe.pxe"</pre></li>
    2.61  	<li>for <b>dnsmasq</b>
    2.62 -	<pre>dhcp-boot=gpxe.pxe,mirror.slitaz.org</pre></li>
    2.63 +	<pre>dhcp-boot=ipxe.pxe,mirror.slitaz.org</pre></li>
    2.64  	</ul>
    2.65  	</li>
    2.66  </ul>
     3.1 --- a/boot/fr/index.php	Sun Oct 27 09:46:36 2019 +0200
     3.2 +++ b/boot/fr/index.php	Sun Oct 27 12:14:51 2019 +0100
     3.3 @@ -3,7 +3,7 @@
     3.4  <head>
     3.5  	<meta charset="UTF-8">
     3.6  	<title>SliTaz Web Boot</title>
     3.7 -	<meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking">
     3.8 +	<meta name="description" content="slitaz iPXE boot online your OS web-boot slitaz-cooking">
     3.9  	<meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS">
    3.10  	<meta name="robots" content="index, follow, all">
    3.11  	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>">
    3.12 @@ -35,7 +35,7 @@
    3.13  	<div class="block_info">
    3.14  		<header>Démarrage via le réseau</header>
    3.15  		<p>
    3.16 -			Bienvenue sur l'hôte de démarrage gPXE de
    3.17 +			Bienvenue sur l'hôte de démarrage iPXE de
    3.18  			<a href="http://www.slitaz.org/fr/">SliTaz GNU/Linux</a>,
    3.19  			boot.slitaz.org vous permet de démarrer SliTaz depuis le
    3.20  			réseau en utilisant un CD-ROM, une clé USB ou une disquette
    3.21 @@ -101,36 +101,36 @@
    3.22  	<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    3.23  	(<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
    3.24  	et gravez l'image sur un CD-ROM vierge. Démarrez depuis le CD-ROM et
    3.25 -	choisissez l'option gPXE. Cette image ISO vous permet également de tester
    3.26 +	choisissez l'option iPXE. Cette image ISO vous permet également de tester
    3.27  	la mémoire système avec Memtest86.</li>
    3.28  	<li>Média USB : Utilisez TazUSB pour générer un média USB amorçable.
    3.29 -	Installez le paquet <code>gpxe</code>, copiez le répertoire /boot/gpxe
    3.30 +	Installez le paquet <code>ipxe</code>, copiez le répertoire /boot/ipxe
    3.31  	dans le répertoire boot du média USB et ajoutez une entrée dans le
    3.32  	fichier de configuration de Syslinux <code>syslinux.cfg</code> :
    3.33  <pre>
    3.34  label web
    3.35 -	kernel /boot/gpxe
    3.36 +	kernel /boot/ipxe
    3.37  </pre></li>
    3.38  
    3.39  	<li>Image de disquette : Téléchargez le fichier
    3.40 -	<a href="http://mirror.slitaz.org/boot/floppy-grub">floppy-grub</a>
    3.41 -	(<a href="http://mirror.slitaz.org/boot/floppy-grub.md5">md5</a>)
    3.42 +	<a href="http://mirror.slitaz.org/boot/floppy-grub4dos">floppy-grub4dos</a>
    3.43 +	(<a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a>)
    3.44  	Transférez l'image sur une disquette vierge en utilisant la commande
    3.45 -	suivant : <code>dd if=floppy-grub of=/dev/fd0</code>. Démarrez sur
    3.46 -	la disquette et choisissez l'entrée gPXE.
    3.47 +	suivant : <code>dd if=floppy-grub4dos of=/dev/fd0</code>. Démarrez sur
    3.48 +	la disquette et choisissez l'entrée iPXE.
    3.49  	</li>
    3.50  	<li>Démarrage réseau : si vous pouvez modifier la configuration du server DHCP,
    3.51  	déclarez le serveur tftp <i>mirror.slitaz.org</i> et le fichier de boot
    3.52 -	<i>gpxe.pxe</i> :
    3.53 +	<i>ipxe.pxe</i> :
    3.54  	<ul>
    3.55  	<li>pour <b>udhcpd</b>
    3.56  	<pre>siaddr mirror.slitaz.org
    3.57 -boot_file gpxe.pxe</pre></li>
    3.58 +boot_file ipxe.pxe</pre></li>
    3.59  	<li>pour <b>dhcpd</b>
    3.60  	<pre>next-server "mirror.slitaz.org"
    3.61 -filemane "gpxe.pxe"</pre></li>
    3.62 +filemane "ipxe.pxe"</pre></li>
    3.63  	<li>pour <b>dnsmasq</b>
    3.64 -	<pre>dhcp-boot=gpxe.pxe,mirror.slitaz.org</pre></li>
    3.65 +	<pre>dhcp-boot=ipxe.pxe,mirror.slitaz.org</pre></li>
    3.66  	</ul>
    3.67  	</li>
    3.68  </ul>
     4.1 --- a/boot/pt/index.php	Sun Oct 27 09:46:36 2019 +0200
     4.2 +++ b/boot/pt/index.php	Sun Oct 27 12:14:51 2019 +0100
     4.3 @@ -3,7 +3,7 @@
     4.4  <head>
     4.5  	<meta charset="UTF-8">
     4.6  	<title>SliTaz Web Boot</title>
     4.7 -	<meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking">
     4.8 +	<meta name="description" content="slitaz iPXE boot online your OS web-boot slitaz-cooking">
     4.9  	<meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS">
    4.10  	<meta name="robots" content="index, follow, all">
    4.11  	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>">
    4.12 @@ -97,23 +97,23 @@
    4.13  	<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    4.14  	(<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
    4.15  	e grave a imagem em um CD ROM. Inicialize pelo dispositivo de CD ROM
    4.16 -	e selecione gPXE. Esta imagem ISO também fornece o Memtest86 para
    4.17 +	e selecione iPXE. Esta imagem ISO também fornece o Memtest86 para
    4.18  	testar a memória do sistema.
    4.19  	</li>
    4.20  	<li>Mídia USB: Use o TazUSB para gerar uma mídia USB inicializável.
    4.21 -	Instale o pacote <code>gpxe</code>, copie /boot/gpxe no diretório
    4.22 +	Instale o pacote <code>ipxe</code>, copie /boot/ipxe no diretório
    4.23  	de boot da mídia e adicione uma entrada no arquivo de configuração do
    4.24  	Syslinux <code>syslinux.cfg</code>:
    4.25  	<pre class="script">
    4.26  label web
    4.27 -	kernel /boot/gpxe
    4.28 +	kernel /boot/ipxe
    4.29  	</pre></li>
    4.30  	<li>Imagem de disquete: Baixe
    4.31 -	<a href="http://mirror.slitaz.org/boot/floppy-grub">floppy-grub</a>
    4.32 -	(<a href="http://mirror.slitaz.org/boot/floppy-grub.md5">md5</a>)
    4.33 +	<a href="http://mirror.slitaz.org/boot/floppy-grub4dos">floppy-grub4dos</a>
    4.34 +	(<a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a>)
    4.35  	e copie a imagem para um disquete usando o comando:
    4.36 -	<code>dd if=floppy-grub of=/dev/fd0</code>. Inicialize pelo disquete
    4.37 -	e selecione a entrada gPXE.</li>
    4.38 +	<code>dd if=floppy-grub4dos of=/dev/fd0</code>. Inicialize pelo disquete
    4.39 +	e selecione a entrada iPXE.</li>
    4.40  </ul>
    4.41  
    4.42  
     5.1 --- a/boot/ru/index.php	Sun Oct 27 09:46:36 2019 +0200
     5.2 +++ b/boot/ru/index.php	Sun Oct 27 12:14:51 2019 +0100
     5.3 @@ -3,7 +3,7 @@
     5.4  <head>
     5.5  	<meta charset="UTF-8">
     5.6  	<title>SliTaz Web Boot</title>
     5.7 -	<meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking">
     5.8 +	<meta name="description" content="slitaz iPXE boot online your OS web-boot slitaz-cooking">
     5.9  	<meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS">
    5.10  	<meta name="robots" content="index, follow, all">
    5.11  	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>">
    5.12 @@ -92,21 +92,21 @@
    5.13  	<li>Загрузочные ISO-образы SliTaz: загрузите
    5.14  		<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    5.15  		(<a href="http://mirror.slitaz.org/boot/slitaz-boot.md5">md5</a>)
    5.16 -		и запишите образ на CD-ROM. Загрузитесь с CD-ROM и выберите gPXE.
    5.17 +		и запишите образ на CD-ROM. Загрузитесь с CD-ROM и выберите iPXE.
    5.18  		В этом ISO-образе также содержится Memtest86 для проверки системной
    5.19  		памяти.</li>
    5.20  	<li>USB-флеш: Создайте загрузочную USB-флеш при помощи TazUSB. Установите
    5.21 -		пакет <code>gpxe</code>, скопируйте <code>/boot/gpxe</code> в папку
    5.22 +		пакет <code>ipxe</code>, скопируйте <code>/boot/ipxe</code> в папку
    5.23  		<code>boot</code> на USB-флеш и добавьте пункт в файл конфигурации
    5.24  		Syslinux — <code>syslinux.cfg</code>:
    5.25  	<pre class="script">label web
    5.26 -	kernel /boot/gpxe</pre></li>
    5.27 +	kernel /boot/ipxe</pre></li>
    5.28  	<li>Образ дискеты: Загрузите
    5.29 -		<a href="http://mirror.slitaz.org/boot/floppy-grub">floppy-grub</a>
    5.30 -		(<a href="http://mirror.slitaz.org/boot/floppy-grub.md5">md5</a>)
    5.31 +		<a href="http://mirror.slitaz.org/boot/floppy-grub4dos">floppy-grub4dos</a>
    5.32 +		(<a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a>)
    5.33  		и перенесите образ на чистую дискету при помощи команды:
    5.34 -		<code>dd if=floppy-grub of=/dev/fd0</code>. Загрузитесь с дискеты
    5.35 -		и выберите пункт gPXE.</li>
    5.36 +		<code>dd if=floppy-grub4dos of=/dev/fd0</code>. Загрузитесь с дискеты
    5.37 +		и выберите пункт iPXE.</li>
    5.38  </ul>
    5.39  
    5.40