Skip to content

Commit 40fbf6c

Browse files
committed
fixup! feat(extensions): add netboot extension for TFTP+NFS diskless boot
1 parent 2393977 commit 40fbf6c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

extensions/netboot/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ network router (see next section).
134134
135135
Directory 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
160160
TFTP_USERNAME="tftp"
161161
TFTP_DIRECTORY="/srv/netboot/tftp"
162162
TFTP_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
466466
Scanning 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
541541
local bootflow is found. Either physically remove the local media or
542542
re-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

Comments
 (0)