Hi,
you should use UUID="1B00-1742"
so add the section as below
That should mount it during boot based upon the UUID.
Matthias
you should use UUID="1B00-1742"
so add the section as below
config mount 'usb_stick' option fstype 'vfat' option enabled_fsck '0' option enabled '1' option target '/mnt/usb' option device '/dev/sda1' option uuid '1B00-1742'
That should mount it during boot based upon the UUID.
Matthias