heh
This commit is contained in:
parent
026a296444
commit
86f94f49ef
@ -11,7 +11,8 @@ SEE prep.txt FOR WHAT MUST BE DONE BEFORE RUNNING BOOTSYNC.
|
|||||||
<!-- Each drive should be prepared ahead of time with efibootmgr and grub-install (see prep.txt). -->
|
<!-- Each drive should be prepared ahead of time with efibootmgr and grub-install (see prep.txt). -->
|
||||||
<partitions>
|
<partitions>
|
||||||
<!-- These should all be unique values.
|
<!-- These should all be unique values.
|
||||||
Don't do something dumb like mount the same partition on the same mountpoint. -->
|
Don't do something dumb like mount different partitions on the same mountpoint or the
|
||||||
|
the same partition on multiple mountpoints. -->
|
||||||
<!-- Future versions of this script may support things like UUIDs or labels as an alternative to path=,
|
<!-- Future versions of this script may support things like UUIDs or labels as an alternative to path=,
|
||||||
but in the meanwhile it relies on device paths explicitly. -->
|
but in the meanwhile it relies on device paths explicitly. -->
|
||||||
<part path="/dev/sdb1" mount="/mnt/boot1"/>
|
<part path="/dev/sdb1" mount="/mnt/boot1"/>
|
||||||
@ -85,4 +86,4 @@ SEE prep.txt FOR WHAT MUST BE DONE BEFORE RUNNING BOOTSYNC.
|
|||||||
(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)$"/>
|
||||||
</syncPaths>
|
</syncPaths>
|
||||||
</bootsync>
|
</bootsync>
|
||||||
|
Loading…
Reference in New Issue
Block a user