~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to util/grub.d/10_freebsd.in

ImportĀ upstreamĀ versionĀ 1.97~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    devices_rel_dirname=`make_system_path_relative_to_its_root $devices_dirname`
51
51
  fi
52
52
 
53
 
  # For "ufs" it's the same.  Do we care about the others?
54
 
  kfreebsd_fs=${GRUB_FS}
 
53
  case ${GRUB_FS} in
 
54
    ufs1 | ufs2)        kfreebsd_fs=ufs ;;
 
55
    *)                  kfreebsd_fs=${GRUB_FS} ;;
 
56
  esac
55
57
 
56
58
  cat << EOF
57
59
menuentry "${OS}" {