Replies: 1 comment
-
Sure, anything you can pass as the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The esp-sync.sh script has an ESPC section that has /dev/sdXX partition identifiers. Can UUID identifiers be used instead as /dev/sdXX is not uniquely tied to a specific partition and is prone to change?
https://github.com/zbm-dev/zfsbootmenu/blob/master/contrib/esp-sync.sh
ESPS=(
"/dev/sdb1"
"/dev/sdc1"
"/dev/sdd1"
)
Beta Was this translation helpful? Give feedback.
All reactions