--- recepies/dell/flash-bios.sh 2009/08/20 13:34:28 132 +++ recepies/dell/flash-bios.sh 2009/08/20 13:35:34 133 @@ -5,7 +5,7 @@ dir=linux.dell.com/repo/firmware/bios-hdrs -bios=`ls -d $dir/*0x0211*/bios.hdr | cut -d/ -f 5 | iselect -a -t "BIOS $version - select version to upgrade"` +bios=`ls -d $dir/*$system_id*/bios.hdr | cut -d/ -f 5 | iselect -a -t "System $system_id BIOS $version"` test -z "$bios" && exit