Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
ipxe [Le 24/06/2024, 15:44] andykimpe manque un fichier ici |
ipxe [Le 29/06/2024, 14:08] (Version actuelle) andykimpe samba solve acces denied sur winpe 7 |
||
|---|---|---|---|
| Ligne 227: | Ligne 227: | ||
| make bin/undionly.kpxe EMBED=chain.ipxe | make bin/undionly.kpxe EMBED=chain.ipxe | ||
| - | cp bin-x86_64-efi/ipxe.efi undionly.kpxe /var/lib/tftpboot/ | + | cp bin-x86_64-efi/ipxe.efi /var/lib/tftpboot/ |
| cp bin-i386-efi/ipxe.efi /var/lib/tftpboot/ipxe32.efi | cp bin-i386-efi/ipxe.efi /var/lib/tftpboot/ipxe32.efi | ||
| - | cp bin/undionly.kpxe /var/lib/tftpboot/ipxe32.efi | + | cp bin/undionly.kpxe /var/lib/tftpboot/ |
| </code> | </code> | ||
| La construction nécessite les paquets suivants : [[apt>gcc]] [[apt>binutils]] [[apt>liblzma-dev]] | La construction nécessite les paquets suivants : [[apt>gcc]] [[apt>binutils]] [[apt>liblzma-dev]] | ||
| Ligne 446: | Ligne 446: | ||
| [win10] | [win10] | ||
| path = /var/lib/tftpboot/win10 | path = /var/lib/tftpboot/win10 | ||
| - | browseable = no | + | browseable = yes |
| writable = no | writable = no | ||
| guest ok = yes | guest ok = yes | ||
| create mask = 0775 | create mask = 0775 | ||
| directory mask = 0775 | directory mask = 0775 | ||
| + | acl allow execute always = yes | ||
| </file> | </file> | ||