Changes between Version 65 and Version 66 of WikiStart
- Timestamp:
- Jan 19, 2015, 5:18:09 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v65 v66 1310 1310 '' Let Op: nfs dhcp_option not working for backfire 10.03.1, directly in /etc/dnsmasq.conf? '' 1311 1311 1312 # add. example code # /etc/config/dhcp #14.07 Barrier Breaker pxe legacy bios + uefi boot (uefi untested) 1313 # dhcp_option for dhcp-match not working in /etc/config/dhcp see dnsmasq.conf!!! 1314 {{{ 1315 config boot 'legacy' 1316 option serveraddress '10.0.4.1' 1317 option servername 'pxeboot' 1318 option filename 'tag:x86PC,pxelinux.0' 1319 list dhcp_option 'option:root-path,10.0.4.1:/mnt/sda3/exports/freebsd10e' 1320 1321 config boot 'uefi64' 1322 option serveraddress '10.0.4.1' 1323 option servername 'pxeboot' 1324 option filename 'tag:efi-x86_64,bootnetx64.efi' 1325 }}} 1326 1327 # add. example code # /etc/dnsmasq.conf #14.07 Barrier Breaker pxe legacy bios + uefi boot (untested) 1328 {{{ 1329 dhcp-match=set:x86PC,option:client-arch,0 1330 dhcp-match=set:efi-x86_64,option:client-arch,7 1331 }}} 1332 1312 1333 Restart dnsmasq to make new dhcp/tftp settings active! 1313 1334 {{{ … … 1322 1343 mkdir -p /mnt/sda3/tftproot/ 1323 1344 cd /mnt/sda3/tftproot 1324 wget http://ftp.nl.debian.org/debian/dists/ wheezy/main/installer-i386/current/images/netboot/netboot.tar.gz1325 tar - xvf netboot.tar.gz #merk op symlinked bestanden!!!1345 wget http://ftp.nl.debian.org/debian/dists/stable/main/installer-i386/current/images/netboot/netboot.tar.gz 1346 tar -zxvf netboot.tar.gz #merk op symlinked bestanden!!! 1326 1347 chmod -R 777 ../tftproot #fix permision/read problems 1327 1348 }}} … … 1492 1513 {{{ 1493 1514 dhcp-option=17,192.168.45.1:/mnt/sda3/exports/freebsd10-i386 1494 }}} 1515 }}} 1516 1517 1495 1518 1496 1519 /etc/exports #configure nfs mounts