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
-
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