Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| ipxe [Le 02/08/2023, 12:18] – correction d'une erreur 2.59.74.79 | ipxe [Le 29/06/2024, 14:08] (Version actuelle) – samba solve acces denied sur winpe 7 andykimpe | ||
|---|---|---|---|
| Ligne 20: | Ligne 20: | ||
| < | < | ||
| sudo apt update && sudo apt install | sudo apt update && sudo apt install | ||
| - | sudo nano etc/ | + | sudo nano / |
| + | </ | ||
| + | |||
| + | <file - / | ||
| + | # Path to dhcpd' | ||
| + | # | ||
| + | # | ||
| + | |||
| + | # Path to dhcpd' | ||
| + | # | ||
| + | # | ||
| + | |||
| + | # Additional options to start dhcpd with. | ||
| + | # | ||
| + | # | ||
| + | |||
| + | # On what interfaces should the DHCP server (dhcpd) serve DHCP requests? | ||
| + | # | ||
| + | INTERFACESv4="" | ||
| + | INTERFACESv6="" | ||
| + | </ | ||
| + | < | ||
| + | sudo nano /etc/ | ||
| </ | </ | ||
| <file - / | <file - / | ||
| Ligne 119: | Ligne 141: | ||
| Pour plus d’info sur la configuration : | Pour plus d’info sur la configuration : | ||
| < | < | ||
| - | sudo service | + | sudo systemctl restart |
| </ | </ | ||
| Ligne 147: | Ligne 169: | ||
| Ensuite, redémarrer le service : | Ensuite, redémarrer le service : | ||
| < | < | ||
| - | | + | |
| </ | </ | ||
| <note tip> | <note tip> | ||
| Ligne 205: | Ligne 227: | ||
| make bin/ | make bin/ | ||
| - | cp bin-x86_64-efi/ | + | cp bin-x86_64-efi/ |
| cp bin-i386-efi/ | cp bin-i386-efi/ | ||
| + | cp bin/ | ||
| </ | </ | ||
| La construction nécessite les paquets suivants : [[apt> | La construction nécessite les paquets suivants : [[apt> | ||
| Ligne 308: | Ligne 331: | ||
| < | < | ||
| sudo echo "/ | sudo echo "/ | ||
| - | sudo service | + | sudo systemctl restart |
| </ | </ | ||
| ==== Démarrer Windows ==== | ==== Démarrer Windows ==== | ||
| Ligne 423: | Ligne 446: | ||
| [win10] | [win10] | ||
| path = / | path = / | ||
| - | 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 | ||
| </ | </ | ||
