Lines Matching refs:device_map
133 tmp_drive=`grep -v '^#' $device_map | grep "$tmp_disk *$" \
294 device_map=${grubdir}/device.map
329 rm -f $device_map
333 if test -f "$device_map"; then
339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
351 tmp=`sed -n '/^([fh]d[0-9]*)/s/\(^(.*)\).*/\1/p' $device_map \
354 echo "The drive $tmp is defined multiple times in the device map $device_map" 1>&2
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
454 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
469 echo "This is the contents of the device map $device_map."
474 cat $device_map