/[grub]/grub/util/grub-install.in
ViewVC logotype

Diff of /grub/util/grub-install.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by proski, Sat Apr 6 22:30:18 2002 UTC revision 1.37 by okuji, Mon May 20 11:48:03 2002 UTC
# Line 323  EOF Line 323  EOF
323      rm -f $log_file      rm -f $log_file
324  fi  fi
325    
326    # Make sure that there is no duplicated entry.
327    tmp=`sed -n '/^([fh]d[0-9]*)/s/\(^(.*)\).*/\1/p' $device_map \
328        | sort | uniq -d | sed -n 1p`
329    if test -n "$tmp"; then
330        echo "The drive $tmp is defined multiple times in the device map $device_map" 1>&2
331        exit 1
332    fi
333    
334  # Check for INSTALL_DEVICE.  # Check for INSTALL_DEVICE.
335  case "$install_device" in  case "$install_device" in
336  /dev/*)  /dev/*)

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26