make the example make more sense

This commit is contained in:
brent s. 2021-01-19 01:12:48 -05:00
parent b740d2bfff
commit d8686ca943
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ SEE prep.txt FOR WHAT MUST BE DONE BEFORE RUNNING BOOTSYNC.
<path source="/usr/lib/grub/x86_64-efi" target="grub/x86_64-efi" pattern="^.*\.(mod|lst|sh)$"/> <path source="/usr/lib/grub/x86_64-efi" target="grub/x86_64-efi" pattern="^.*\.(mod|lst|sh)$"/>
<!-- And these are ISO files, in case you're like me and do loop mounting in Grub for rescue situations. <!-- And these are ISO files, in case you're like me and do loop mounting in Grub for rescue situations.
(e.g. https://wiki.archlinux.org/index.php/Multiboot_USB_drive#Using_GRUB_and_loopback_devices) --> (e.g. https://wiki.archlinux.org/index.php/Multiboot_USB_drive#Using_GRUB_and_loopback_devices) -->
<path hashtype="false" source="/boot/iso" target="iso" pattern="^.*\.(iso|img)$"/> <!-- <path hashtype="false" source="/boot/iso" target="iso" pattern="^.*\.(iso|img)$"/> -->
<path hashtype="md5" source="/boot/iso" target="iso" pattern=".*"/>
</syncPaths> </syncPaths>
</bootsync> </bootsync>