-
Bug
-
Resolution: Done
-
Major
-
None
-
8.x
-
None
-
None
-
1
-
False
-
False
-
-
Yes
-
Red Hat Enterprise Linux
-
CCS 2025-8
-
None
Section number and name: 7.5. Configuring a TFTP server for UEFI-based clients
Section 8 Create a subdirectory to store the boot image files
Describe the issue: cp a b line is missing the space between a and b.
mkdir -p /var/lib/tftpboot/images/RHEL-8/
cp /path_to_x86_64_images/pxeboot/{vmlinuz,initrd.img}/var/lib/tftpboot/images/RHEL-8/
Please fix cp line by adding space:
cp /path_to_x86_64_images/pxeboot/{vmlinuz,initrd.img} /var/lib/tftpboot/images/RHEL-8/
Impact of this issue: Confusion
Suggestions for improvement: Please fix typo
- mentioned on