Bug#799598: grub2-common: options documentation duplicated in the grub-install manpage
L. Guruprasad
lgp171188 at gmail.com
Sun Sep 20 18:40:56 UTC 2015
Package: grub2-common
Version: 2.02~beta2-28
Severity: minor
Dear Maintainer,
In the manpage of the grub-install command, the documentation for all
the options is repeated from the beginning after the -s, --skip-fs-probe option.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/sda6 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda7 /home ext4 rw,relatime,data=ordered 0 0
/dev/sdb1 /media/guruprasad/UUI vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-Hitachi_HTS542525K9SA00_071213BB0F00WDH3MKZC
(hd1) /dev/disk/by-id/usb-JetFlash_Transcend_32GB_522542879-0:0
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' e4f0f32b-3a48-4d1c-9263-406c49393cbb
else
search --no-floppy --fs-uuid --set=root e4f0f32b-3a48-4d1c-9263-406c49393cbb
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=1440x900x32
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_IN
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' e4f0f32b-3a48-4d1c-9263-406c49393cbb
else
search --no-floppy --fs-uuid --set=root e4f0f32b-3a48-4d1c-9263-406c49393cbb
fi
insmod png
if background_image /usr/share/images/desktop-base/lines-grub.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e4f0f32b-3a48-4d1c-9263-406c49393cbb' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' e4f0f32b-3a48-4d1c-9263-406c49393cbb
else
search --no-floppy --fs-uuid --set=root e4f0f32b-3a48-4d1c-9263-406c49393cbb
fi
echo 'Loading Linux 4.1.0-2-amd64 ...'
linux /boot/vmlinuz-4.1.0-2-amd64 root=UUID=e4f0f32b-3a48-4d1c-9263-406c49393cbb ro quiet splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.1.0-2-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-e4f0f32b-3a48-4d1c-9263-406c49393cbb' {
menuentry 'Debian GNU/Linux, with Linux 4.1.0-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.0-2-amd64-advanced-e4f0f32b-3a48-4d1c-9263-406c49393cbb' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' e4f0f32b-3a48-4d1c-9263-406c49393cbb
else
search --no-floppy --fs-uuid --set=root e4f0f32b-3a48-4d1c-9263-406c49393cbb
fi
echo 'Loading Linux 4.1.0-2-amd64 ...'
linux /boot/vmlinuz-4.1.0-2-amd64 root=UUID=e4f0f32b-3a48-4d1c-9263-406c49393cbb ro quiet splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.1.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.1.0-2-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.0-2-amd64-init-sysvinit-e4f0f32b-3a48-4d1c-9263-406c49393cbb' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' e4f0f32b-3a48-4d1c-9263-406c49393cbb
else
search --no-floppy --fs-uuid --set=root e4f0f32b-3a48-4d1c-9263-406c49393cbb
fi
echo 'Loading Linux 4.1.0-2-amd64 ...'
linux /boot/vmlinuz-4.1.0-2-amd64 root=UUID=e4f0f32b-3a48-4d1c-9263-406c49393cbb ro quiet splash init=/lib/sysvinit/init
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.1.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.1.0-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.0-1-amd64-advanced-e4f0f32b-3a48-4d1c-9263-406c49393cbb' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' e4f0f32b-3a48-4d1c-9263-406c49393cbb
else
search --no-floppy --fs-uuid --set=root e4f0f32b-3a48-4d1c-9263-406c49393cbb
fi
echo 'Loading Linux 4.1.0-1-amd64 ...'
linux /boot/vmlinuz-4.1.0-1-amd64 root=UUID=e4f0f32b-3a48-4d1c-9263-406c49393cbb ro quiet splash
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.1.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.1.0-1-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.1.0-1-amd64-init-sysvinit-e4f0f32b-3a48-4d1c-9263-406c49393cbb' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 --hint='hd0,msdos6' e4f0f32b-3a48-4d1c-9263-406c49393cbb
else
search --no-floppy --fs-uuid --set=root e4f0f32b-3a48-4d1c-9263-406c49393cbb
fi
echo 'Loading Linux 4.1.0-1-amd64 ...'
linux /boot/vmlinuz-4.1.0-1-amd64 root=UUID=e4f0f32b-3a48-4d1c-9263-406c49393cbb ro quiet splash init=/lib/sysvinit/init
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.1.0-1-amd64
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-8432864E328644E0' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 8432864E328644E0
else
search --no-floppy --fs-uuid --set=root 8432864E328644E0
fi
parttool ${root} hidden-
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg
*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Sep 20 23:34 ata-Hitachi_HTS542525K9SA00_071213BB0F00WDH3MKZC -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 20 23:34 ata-Hitachi_HTS542525K9SA00_071213BB0F00WDH3MKZC-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Sep 20 23:34 ata-Hitachi_HTS542525K9SA00_071213BB0F00WDH3MKZC-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 20 23:34 ata-Hitachi_HTS542525K9SA00_071213BB0F00WDH3MKZC-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Sep 20 23:34 ata-Hitachi_HTS542525K9SA00_071213BB0F00WDH3MKZC-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Sep 20 23:34 ata-Hitachi_HTS542525K9SA00_071213BB0F00WDH3MKZC-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 20 23:34 ata-Hitachi_HTS542525K9SA00_071213BB0F00WDH3MKZC-part7 -> ../../sda7
lrwxrwxrwx 1 root root 9 Sep 20 23:34 ata-Slimtype_DVD_A_DS8A1H_710310004953 -> ../../sr0
lrwxrwxrwx 1 root root 9 Sep 20 23:34 usb-JetFlash_Transcend_2GB_WN1XC1OO-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 20 23:34 usb-JetFlash_Transcend_2GB_WN1XC1OO-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Sep 20 23:34 wwn-0x5000cca533cfbe1e -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 20 23:34 wwn-0x5000cca533cfbe1e-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Sep 20 23:34 wwn-0x5000cca533cfbe1e-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 20 23:34 wwn-0x5000cca533cfbe1e-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Sep 20 23:34 wwn-0x5000cca533cfbe1e-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Sep 20 23:34 wwn-0x5000cca533cfbe1e-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 20 23:34 wwn-0x5000cca533cfbe1e-part7 -> ../../sda7
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Sep 20 23:34 1d7f0a92-bfc0-4b92-8532-d4c2999feb7b -> ../../sda5
lrwxrwxrwx 1 root root 9 Sep 20 23:34 2014-05-19-06-54-05-00 -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 20 23:34 7080BFB180BF7C62 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 20 23:34 96E2-E634 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Sep 20 23:34 9df505fb-dc1c-40ca-8d6c-734e9370eed5 -> ../../sda7
lrwxrwxrwx 1 root root 10 Sep 20 23:34 DCAAA3DFAAA3B484 -> ../../sda1
lrwxrwxrwx 1 root root 10 Sep 20 23:34 e4f0f32b-3a48-4d1c-9263-406c49393cbb -> ../../sda6
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.1.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages grub2-common depends on:
ii dpkg 1.18.2
ii grub-common 2.02~beta2-28
ii install-info 6.0.0.dfsg.1-3
ii libc6 2.19-20
ii libdevmapper1.02.1 2:1.02.104-1
ii liblzma5 5.1.1alpha+20120614-2.1
grub2-common recommends no packages.
grub2-common suggests no packages.
-- no debconf information
More information about the Pkg-grub-devel
mailing list