~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to docs/osdetect.cfg

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-12-26 00:52:47 UTC
  • mto: (17.6.37 experimental)
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: package-import@ubuntu.com-20131226005247-dalaa9te0g0d49kd
Tags: upstream-2.02~beta2
ImportĀ upstreamĀ versionĀ 2.02~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
    # uuid: filesystem UUID
179
179
    probe -s uuid -u $dev
180
180
 
 
181
    if test -f ($device)/isolinux/isolinux.cfg ; then
 
182
        menuentry "ISOLINUX config (on $device)" $device {
 
183
            set root=$2
 
184
            syslinux_configfile -i /isolinux/isolinux.cfg
 
185
        }
 
186
    fi
181
187
    if test -f ($device)/bootmgr -a -f ($device)/boot/bcd; then
182
188
        menuentry "Windows Vista bootmgr (on $device)" $device {
183
189
            set root=$2