=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2017-11-20 14:57:32 +0000 +++ zsh-functions/confz_fs_init 2017-11-20 14:56:55 +0000 @@ -142,9 +142,9 @@ (( $#found )) || die "$0: found no matching devices" (( $#found % 3 )) && die "$0: internal error parsing device information" [[ $#found -ne 3 ]] && die "$0: found too many matching devices" - vars[device]=$found[1] - vars[device_model]=$found[2] - vars[serial_number]=$found[3] + vars[device]=$found[0] + vars[device_model]=$found[1] + vars[serial_number]=$found[2] } # check for DOS-style MBR on device