@@ -134,7 +134,7 @@ network router (see next section).
134134
135135Directory layout:
136136
137- ```
137+ ```text
138138/srv/netboot/
139139 tftp/ # TFTP root (= TFTP_DIRECTORY)
140140 pxelinux.cfg/
@@ -156,7 +156,7 @@ Directory layout:
156156
157157### ` /etc/default/tftpd-hpa `
158158
159- ```
159+ ``` sh
160160TFTP_USERNAME=" tftp"
161161TFTP_DIRECTORY=" /srv/netboot/tftp"
162162TFTP_ADDRESS=" :69"
@@ -168,7 +168,7 @@ IPv6 bind conflicts on dual-stack hosts.
168168
169169### ` /etc/exports `
170170
171- ```
171+ ``` text
172172/srv/netboot/rootfs *(ro,sync,no_subtree_check,no_root_squash,crossmnt,fsid=0)
173173/srv/netboot/rootfs/shared *(rw,sync,no_subtree_check,no_root_squash)
174174/srv/netboot/rootfs/hosts *(rw,sync,no_subtree_check,no_root_squash)
@@ -462,7 +462,7 @@ Pull the SD/eMMC out of the Helios64 (or rearrange `boot_targets` so
462462` pxe ` sits before ` mmc* ` ), power it on, and watch the U-Boot console
463463(` ttyS2 @ 1500000 ` ):
464464
465- ```
465+ ``` text
466466Scanning bootdev 'ethernet@fe300000.bootdev':
467467 DHCP client bound to address 192.168.1.130
468468 *** Unhandled DHCP Option in OFFER: 54
@@ -541,7 +541,7 @@ support (`update-initramfs -u` with `MODULES=most` in
541541local bootflow is found. Either physically remove the local media or
542542re-order ` boot_targets ` in U-Boot env:
543543
544- ```
544+ ``` text
545545=> env set boot_targets "pxe dhcp mmc1 mmc0 scsi0 usb0"
546546=> env save
547547```
0 commit comments