[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 menu title Clonage 2 3 # Decommenter la ligne ci-dessous pour interdire les modifications de ligne de commande avec TAB et la saisie d'une nouvelle ligne de commande avec ECHAP 4 #menu INCLUDE pxelinux.cfg/graphics.conf 5 6 LABEL Menu_maintenance 7 MENU LABEL ^Retour au menu Maintenance 8 KERNEL menu.c32 9 APPEND pxelinux.cfg/maintenance.menu 10 11 label clonage 12 MENU LABEL ^Clonage UDPcast sans preselection 13 kernel vmlu26 14 append initrd=udprd root=01:00 15 16 label clonageold 17 MENU LABEL ^Clonage UDPcast sans preselection (ancien) 18 kernel vmlu26.old 19 append initrd=udprd.old root=01:00 20 21 #label emetteur 22 # MENU LABEL ^Clonage UDPcast emetteur, client DHCP, lzop, port 9002 23 # kernel vmlu26 24 # append initrd=udprd root=01:00 persoparams=oui lang=FR kbmap=FR dhcp=yes compr=lzop port=9002 umode=snd 25 26 #label recepteur 27 # MENU LABEL ^Clonage UDPcast recepteur, client DHCP, lzop, port 9002 28 # kernel vmlu26 29 # append initrd=udprd root=01:00 persoparams=oui lang=FR kbmap=FR dhcp=yes compr=lzop port=9002 umode=rcv 30 31 label u1 32 MENU LABEL ^Clonage UDPcast emetteur, client DHCP, lzop, port 9002 33 kernel vmlu26 34 append initrd=udprd root=01:00 persoparams=oui lang=FR kbmap=FR dhcp=yes compr=lzop port=9002 umode=snd 35 36 label u2 37 MENU LABEL ^Clonage UDPcast recepteur, client DHCP, lzop, port 9002 38 kernel vmlu26 39 append initrd=udprd root=01:00 persoparams=oui lang=FR kbmap=FR dhcp=yes compr=lzop port=9002 umode=rcv 40 41 label u1old 42 MENU LABEL ^Clonage UDPcast (ancien) emetteur, client DHCP, lzop, port 9002 43 kernel vmlu26.old 44 append initrd=udprd.old root=01:00 persoparams=oui lang=FR kbmap=FR dhcp=yes compr=lzop port=9002 umode=snd 45 46 label u2old 47 MENU LABEL ^Clonage UDPcast (ancien) recepteur, client DHCP, lzop, port 9002 48 kernel vmlu26.old 49 append initrd=udprd.old root=01:00 persoparams=oui lang=FR kbmap=FR dhcp=yes compr=lzop port=9002 umode=rcv 50 51 label su1 52 MENU LABEL ^SliTaz UDPcast emetteur 53 kernel bzImage 54 append initrd=rootfs.gz rw root=/dev/null lang=fr_FR kmap=fr-latin1 vga=normal screen=text umode=snd work=udpcast2.sh ###TFTP_SLITAZ_CMDLINE### 55 56 label su2 57 MENU LABEL ^SliTaz UDPcast recepteur 58 kernel bzImage 59 append initrd=rootfs.gz rw root=/dev/null lang=fr_FR kmap=fr-latin1 vga=normal screen=text umode=rcv work=udpcast2.sh ###TFTP_SLITAZ_CMDLINE### 60 61 # UdpCast depuis SystemRescueCd 62 ###SYSRESCCD###LABEL nofbu1 63 ###SYSRESCCD### MENU LABEL SystemRescueCd emetteur UdpCast 64 ###SYSRESCCD### kernel rescue32 65 ###SYSRESCCD### APPEND initrd=initram.igz scandelay=5 setkmap=fr netboot=http://###WWW_SYSRCD_IP###/sysresccd/sysrcd.dat autoruns=2 ar_source=http://###WWW_SYSRCD_IP###/sysresccd/ ar_nowait work=u1 docache dodhcp ###TFTP_SLITAZ_CMDLINE### 66 ###SYSRESCCD### TEXT HELP 67 ###SYSRESCCD### Boot sur le noyau standard 32bit avec client DHCP et docache (pour pouvoir 68 ###SYSRESCCD### ejecter le CD), mais en lançant en fin de boot un script UdpCast avec 69 ###SYSRESCCD### preselection du mode emetteur. 70 ###SYSRESCCD### ENDTEXT 71 72 ###SYSRESCCD###LABEL nofbu2 73 ###SYSRESCCD### MENU LABEL SystemRescueCd recepteur UdpCast (poste ecrase) 74 ###SYSRESCCD### kernel rescue32 75 ###SYSRESCCD### APPEND initrd=initram.igz scandelay=5 setkmap=fr netboot=http://###WWW_SYSRCD_IP###/sysresccd/sysrcd.dat autoruns=2 ar_source=http://###WWW_SYSRCD_IP###/sysresccd/ ar_nowait work=u2 docache dodhcp ###TFTP_SLITAZ_CMDLINE### 76 ###SYSRESCCD### TEXT HELP 77 ###SYSRESCCD### Boot sur le noyau standard 32bit avec client DHCP et docache (pour pouvoir 78 ###SYSRESCCD### ejecter le CD), mais en lançant en fin de boot un script UdpCast avec 79 ###SYSRESCCD### preselection du mode recepteur. 80 ###SYSRESCCD### ENDTEXT 81
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |