~ilya-yanok/ubuntu/precise/grub2/fix-for-948716

« back to all changes in this revision

Viewing changes to docs/grub.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2009-07-25 19:00:53 UTC
  • mfrom: (1.6.3 upstream)
  • mto: (17.4.13 sid)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20090725190053-uv3lm6ya3zxs77ep
ImportĀ upstreamĀ versionĀ 1.96+20090725

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
menuentry "GNU (aka GNU/Hurd)" {
16
16
        set root=(hd0,1)
17
17
        multiboot /boot/gnumach.gz root=device:hd0s1
18
 
        module /hurd/ext2fs.static ext2fs --readonly \
 
18
        module /hurd/ext2fs.static --readonly \
19
19
                        --multiboot-command-line='${kernel-command-line}' \
20
20
                        --host-priv-port='${host-port}' \
21
21
                        --device-master-port='${device-port}' \
22
22
                        --exec-server-task='${exec-task}' -T typed '${root}' \
23
23
                        '$(task-create)' '$(task-resume)'
24
 
        module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
 
24
        module /lib/ld.so.1 /hurd/exec '$(exec-task=task-create)'
25
25
}
26
26
 
27
27
# For booting GNU/Linux
62
62
        chainloader +1
63
63
}
64
64
 
65
 
# For booting Memtest86+
66
 
menuentry "Memtest86+" {
67
 
        set root=(hd0,1)
68
 
        linux16 /memtest86+.bin
69
 
}
70
 
 
71
65
# Change the colors.
72
66
menuentry "Change the colors" {
73
67
        set menu_color_normal=light-green/brown