Bug#763100: /usr/sbin/grub-install: grub-install --help message is duplicated

Frédéric Brière fbriere at fbriere.net
Sat Sep 27 19:55:24 UTC 2014


Package: grub2-common
Version: 2.02~beta2-14
Severity: minor
File: /usr/sbin/grub-install

The output of "grub-install --help" appears to be duplicated, up to the
<TAB> before the --target option.  (Obviously, this also applies to the
manpage.)


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/root / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/md0 /boot ext4 rw,relatime,stripe=4 0 0
/dev/mapper/pbuilder /var/cache/pbuilder ext4 rw,relatime,data=ordered 0 0
/dev/mapper/_dev_dm_2 /home/fbriere ext4 rw,nosuid,nodev,relatime,data=ordered 0 0
/dev/mapper/_dev_dm_3 /home/fbriere/.cache ext4 rw,nosuid,nodev,relatime,data=ordered 0 0
/dev/mapper/_dev_dm_5 /home/fbriere/.nossd ext4 rw,nosuid,nodev,relatime,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-2LPJ4F3KKM27B245
(hd1)	/dev/disk/by-id/ata-WDC_WD15EARS-00MVWB0_WD-WMAZA2496027
(hd2)	/dev/disk/by-id/ata-SAMSUNG_HD642JJ_S1AFJQSS101782
*********************** 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
}

terminal_input console
terminal_output console
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
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 ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### 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-ae0e6235-94be-4808-8092-1a460c5c7127' {
	load_video
	insmod gzio
	insmod part_gpt
	insmod part_gpt
	insmod part_gpt
	insmod diskfilter
	insmod mdraid09
	insmod ext2
	set root='mduuid/9900cea96a3684692afa2a147e11b5d8'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/9900cea96a3684692afa2a147e11b5d8'  044ce511-fc06-45f8-9d01-ea714553e488
	else
	  search --no-floppy --fs-uuid --set=root 044ce511-fc06-45f8-9d01-ea714553e488
	fi
	echo	'Loading Linux 3.16-2-amd64 ...'
	linux	/vmlinuz-3.16-2-amd64 root=/dev/mapper/root ro  
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.16-2-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-ae0e6235-94be-4808-8092-1a460c5c7127' {
	menuentry 'Debian GNU/Linux, with Linux 3.16-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16-2-amd64-advanced-ae0e6235-94be-4808-8092-1a460c5c7127' {
		load_video
		insmod gzio
		insmod part_gpt
		insmod part_gpt
		insmod part_gpt
		insmod diskfilter
		insmod mdraid09
		insmod ext2
		set root='mduuid/9900cea96a3684692afa2a147e11b5d8'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/9900cea96a3684692afa2a147e11b5d8'  044ce511-fc06-45f8-9d01-ea714553e488
		else
		  search --no-floppy --fs-uuid --set=root 044ce511-fc06-45f8-9d01-ea714553e488
		fi
		echo	'Loading Linux 3.16-2-amd64 ...'
		linux	/vmlinuz-3.16-2-amd64 root=/dev/mapper/root ro  
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.16-2-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 3.14-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-2-amd64-advanced-ae0e6235-94be-4808-8092-1a460c5c7127' {
		load_video
		insmod gzio
		insmod part_gpt
		insmod part_gpt
		insmod part_gpt
		insmod diskfilter
		insmod mdraid09
		insmod ext2
		set root='mduuid/9900cea96a3684692afa2a147e11b5d8'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/9900cea96a3684692afa2a147e11b5d8'  044ce511-fc06-45f8-9d01-ea714553e488
		else
		  search --no-floppy --fs-uuid --set=root 044ce511-fc06-45f8-9d01-ea714553e488
		fi
		echo	'Loading Linux 3.14-2-amd64 ...'
		linux	/vmlinuz-3.14-2-amd64 root=/dev/mapper/root ro  
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.14-2-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/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_gpt
	insmod part_gpt
	insmod part_gpt
	insmod diskfilter
	insmod mdraid09
	insmod ext2
	set root='mduuid/9900cea96a3684692afa2a147e11b5d8'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/9900cea96a3684692afa2a147e11b5d8'  044ce511-fc06-45f8-9d01-ea714553e488
	else
	  search --no-floppy --fs-uuid --set=root 044ce511-fc06-45f8-9d01-ea714553e488
	fi
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_gpt
	insmod part_gpt
	insmod part_gpt
	insmod diskfilter
	insmod mdraid09
	insmod ext2
	set root='mduuid/9900cea96a3684692afa2a147e11b5d8'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/9900cea96a3684692afa2a147e11b5d8'  044ce511-fc06-45f8-9d01-ea714553e488
	else
	  search --no-floppy --fs-uuid --set=root 044ce511-fc06-45f8-9d01-ea714553e488
	fi
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod part_gpt
	insmod part_gpt
	insmod part_gpt
	insmod diskfilter
	insmod mdraid09
	insmod ext2
	set root='mduuid/9900cea96a3684692afa2a147e11b5d8'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/9900cea96a3684692afa2a147e11b5d8'  044ce511-fc06-45f8-9d01-ea714553e488
	else
	  search --no-floppy --fs-uuid --set=root 044ce511-fc06-45f8-9d01-ea714553e488
	fi
	multiboot	/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod part_gpt
	insmod part_gpt
	insmod part_gpt
	insmod diskfilter
	insmod mdraid09
	insmod ext2
	set root='mduuid/9900cea96a3684692afa2a147e11b5d8'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/9900cea96a3684692afa2a147e11b5d8'  044ce511-fc06-45f8-9d01-ea714553e488
	else
	  search --no-floppy --fs-uuid --set=root 044ce511-fc06-45f8-9d01-ea714553e488
	fi
	multiboot	/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### 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
Personalities : [raid1] 
md125 : active raid1 sdb4[0]
      976619968 blocks super 1.2 [1/1] [U]
      bitmap: 1/8 pages [4KB], 65536KB chunk

md126 : active raid1 sdc3[3] sdb3[2]
      1894767687 blocks super 1.2 [2/2] [UU]
      
md127 : active raid1 sda2[3] sdc2[4] sdb2[5]
      50330624 blocks super 1.2 [3/3] [UUU]
      
md0 : active raid1 sda1[0] sdc1[2](W) sdb1[1]
      524224 blocks [3/3] [UUU]
      
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Sep 27 10:58 ata-HL-DT-ST_DVDRAM_GH22NS50_K2LA8RE3749 -> ../../sr0
lrwxrwxrwx 1 root root  9 Sep 27 15:48 ata-OCZ-VERTEX2_OCZ-2LPJ4F3KKM27B245 -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 27 15:48 ata-OCZ-VERTEX2_OCZ-2LPJ4F3KKM27B245-part1 -> ../../sda1
lrwxrwxrwx 1 root root 12 Sep 27 15:48 ata-OCZ-VERTEX2_OCZ-2LPJ4F3KKM27B245-part128 -> ../../sda128
lrwxrwxrwx 1 root root 10 Sep 27 15:48 ata-OCZ-VERTEX2_OCZ-2LPJ4F3KKM27B245-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Sep 27 15:49 ata-WDC_WD20EARX-00PASB0_WD-WMAZA9422543 -> ../../sdc
lrwxrwxrwx 1 root root 10 Sep 27 15:49 ata-WDC_WD20EARX-00PASB0_WD-WMAZA9422543-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 12 Sep 27 15:49 ata-WDC_WD20EARX-00PASB0_WD-WMAZA9422543-part128 -> ../../sdc128
lrwxrwxrwx 1 root root 10 Sep 27 15:49 ata-WDC_WD20EARX-00PASB0_WD-WMAZA9422543-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Sep 27 15:49 ata-WDC_WD20EARX-00PASB0_WD-WMAZA9422543-part3 -> ../../sdc3
lrwxrwxrwx 1 root root  9 Sep 27 15:49 ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0753289 -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 27 15:49 ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0753289-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 12 Sep 27 15:49 ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0753289-part128 -> ../../sdb128
lrwxrwxrwx 1 root root 10 Sep 27 15:49 ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0753289-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Sep 27 15:49 ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0753289-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Sep 27 15:49 ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0753289-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 11 Sep 27 10:58 dm-name-_dev_dm_2 -> ../../dm-10
lrwxrwxrwx 1 root root 11 Sep 27 10:58 dm-name-_dev_dm_3 -> ../../dm-11
lrwxrwxrwx 1 root root 11 Sep 27 10:59 dm-name-_dev_dm_5 -> ../../dm-12
lrwxrwxrwx 1 root root 11 Sep 27 10:59 dm-name-_dev_dm_6 -> ../../dm-13
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-pbuilder -> ../../dm-9
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-root -> ../../dm-8
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-vg0-fbriere -> ../../dm-2
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-vg0-fbriere.cache -> ../../dm-3
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-vg0-fbriere.noraid -> ../../dm-6
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-vg0-fbriere.nossd -> ../../dm-5
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-vg0-oni -> ../../dm-0
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-vg0-oni.noraid -> ../../dm-7
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-vg0-pbuilder -> ../../dm-4
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-name-vg0-root -> ../../dm-1
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-CRYPT-LUKS1-1d88bb29a7bb44778c690f6f185e0d82-pbuilder_unformatted -> ../../dm-9
lrwxrwxrwx 1 root root 11 Sep 27 10:58 dm-uuid-CRYPT-LUKS1-8887c55befc4407db04434bbe4534c4f-_dev_dm_2 -> ../../dm-10
lrwxrwxrwx 1 root root 11 Sep 27 10:59 dm-uuid-CRYPT-LUKS1-89d460e83dcb4c6cab13714d2c04728d-_dev_dm_5 -> ../../dm-12
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-CRYPT-LUKS1-9d75f5d48654470aa4d39191e8a489a7-root -> ../../dm-8
lrwxrwxrwx 1 root root 11 Sep 27 10:59 dm-uuid-CRYPT-LUKS1-a3b9c446946e4482b9469ec9f021d187-_dev_dm_6 -> ../../dm-13
lrwxrwxrwx 1 root root 11 Sep 27 10:58 dm-uuid-CRYPT-LUKS1-ec5b2c71f5534ee7abf59ec5736cff4c-_dev_dm_3 -> ../../dm-11
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-LVM-WYeydQgsAnbdufVkVwFEMy22UVx3QXPf0SUD33r0m45gUgkXSA1LmnZoEJZLhgYV -> ../../dm-7
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-LVM-WYeydQgsAnbdufVkVwFEMy22UVx3QXPf18w60y5Ij7CP5abyfxMRkpI4fRJYIyj1 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-LVM-WYeydQgsAnbdufVkVwFEMy22UVx3QXPfCe4ecpKhSCeykGNkcvJKo1nPceVHc0dl -> ../../dm-3
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-LVM-WYeydQgsAnbdufVkVwFEMy22UVx3QXPfZElPZEKCFctsMTGBb0BMR8GEQK4cg0K3 -> ../../dm-6
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-LVM-WYeydQgsAnbdufVkVwFEMy22UVx3QXPfd1BRVgCagwL0rPMDeNvMknd4h2A1k3Vi -> ../../dm-4
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-LVM-WYeydQgsAnbdufVkVwFEMy22UVx3QXPfpZHCGGvwD5WyK4Ay4GcYHIOTbYez5buu -> ../../dm-0
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-LVM-WYeydQgsAnbdufVkVwFEMy22UVx3QXPfqZwXch0RTs6vG9p569xIDq58E39GiC3e -> ../../dm-5
lrwxrwxrwx 1 root root 10 Sep 27 10:58 dm-uuid-LVM-WYeydQgsAnbdufVkVwFEMy22UVx3QXPfvzXiDJyDnrF8SLvMbhA8MroZ99YK9dil -> ../../dm-2
lrwxrwxrwx 1 root root 11 Sep 27 10:58 md-name-fabul:hdd -> ../../md126
lrwxrwxrwx 1 root root 11 Sep 27 10:58 md-name-fabul:noraid -> ../../md125
lrwxrwxrwx 1 root root 11 Sep 27 10:58 md-name-fabul:ssd -> ../../md127
lrwxrwxrwx 1 root root 11 Sep 27 10:58 md-uuid-2d206951:f12545a3:1d9c0cfe:226b6f37 -> ../../md125
lrwxrwxrwx 1 root root 11 Sep 27 10:58 md-uuid-76a79cce:5f02274d:97614bc5:4ee62152 -> ../../md127
lrwxrwxrwx 1 root root  9 Sep 27 10:58 md-uuid-9900cea9:6a368469:2afa2a14:7e11b5d8 -> ../../md0
lrwxrwxrwx 1 root root 11 Sep 27 10:58 md-uuid-fb3adf7e:7c022c2b:76876c86:dff24bc6 -> ../../md126
lrwxrwxrwx 1 root root  9 Sep 27 10:58 usb-Generic_STORAGE_DEVICE_79596-0:0 -> ../../sdd
lrwxrwxrwx 1 root root  9 Sep 27 10:58 usb-Generic_STORAGE_DEVICE_79596-0:1 -> ../../sde
lrwxrwxrwx 1 root root  9 Sep 27 10:58 usb-Generic_STORAGE_DEVICE_79596-0:2 -> ../../sdf
lrwxrwxrwx 1 root root  9 Sep 27 10:58 usb-Generic_STORAGE_DEVICE_79596-0:3 -> ../../sdg
lrwxrwxrwx 1 root root  9 Sep 27 10:58 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Sep 27 15:49 wwn-0x50014ee206faa8d1 -> ../../sdc
lrwxrwxrwx 1 root root 10 Sep 27 15:49 wwn-0x50014ee206faa8d1-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 12 Sep 27 15:49 wwn-0x50014ee206faa8d1-part128 -> ../../sdc128
lrwxrwxrwx 1 root root 10 Sep 27 15:49 wwn-0x50014ee206faa8d1-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Sep 27 15:49 wwn-0x50014ee206faa8d1-part3 -> ../../sdc3
lrwxrwxrwx 1 root root  9 Sep 27 15:49 wwn-0x50014ee6ae911c59 -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 27 15:49 wwn-0x50014ee6ae911c59-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 12 Sep 27 15:49 wwn-0x50014ee6ae911c59-part128 -> ../../sdb128
lrwxrwxrwx 1 root root 10 Sep 27 15:49 wwn-0x50014ee6ae911c59-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Sep 27 15:49 wwn-0x50014ee6ae911c59-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Sep 27 15:49 wwn-0x50014ee6ae911c59-part4 -> ../../sdb4
lrwxrwxrwx 1 root root  9 Sep 27 15:48 wwn-0x5e83a97fa95ff925 -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 27 15:48 wwn-0x5e83a97fa95ff925-part1 -> ../../sda1
lrwxrwxrwx 1 root root 12 Sep 27 15:48 wwn-0x5e83a97fa95ff925-part128 -> ../../sda128
lrwxrwxrwx 1 root root 10 Sep 27 15:48 wwn-0x5e83a97fa95ff925-part2 -> ../../sda2
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root  9 Sep 27 10:58 044ce511-fc06-45f8-9d01-ea714553e488 -> ../../md0
lrwxrwxrwx 1 root root 10 Sep 27 10:58 1d88bb29-a7bb-4477-8c69-0f6f185e0d82 -> ../../dm-4
lrwxrwxrwx 1 root root 11 Sep 27 10:59 2934a86f-759e-4925-b8b7-ad6879619907 -> ../../dm-13
lrwxrwxrwx 1 root root 10 Sep 27 10:58 43a87976-7c4a-4c8a-8bb1-65567830f1dd -> ../../dm-0
lrwxrwxrwx 1 root root 10 Sep 27 10:58 588a876f-baa8-42a8-8c65-565b7d279076 -> ../../dm-9
lrwxrwxrwx 1 root root 11 Sep 27 10:58 65bc7c8f-7083-4d21-b604-35f633177404 -> ../../dm-11
lrwxrwxrwx 1 root root 11 Sep 27 10:59 73b876af-5777-4890-aec9-25d503777151 -> ../../dm-12
lrwxrwxrwx 1 root root 10 Sep 27 10:58 8887c55b-efc4-407d-b044-34bbe4534c4f -> ../../dm-2
lrwxrwxrwx 1 root root 10 Sep 27 10:58 89d460e8-3dcb-4c6c-ab13-714d2c04728d -> ../../dm-5
lrwxrwxrwx 1 root root 10 Sep 27 10:58 9d75f5d4-8654-470a-a4d3-9191e8a489a7 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Sep 27 10:58 a3b9c446-946e-4482-b946-9ec9f021d187 -> ../../dm-6
lrwxrwxrwx 1 root root 10 Sep 27 10:58 ae0e6235-94be-4808-8092-1a460c5c7127 -> ../../dm-8
lrwxrwxrwx 1 root root 10 Sep 27 10:58 b52614e7-a9dc-4230-b8f1-2e62fbbe9bb1 -> ../../dm-7
lrwxrwxrwx 1 root root 10 Sep 27 10:58 ec5b2c71-f553-4ee7-abf5-9ec5736cff4c -> ../../dm-3
lrwxrwxrwx 1 root root 11 Sep 27 10:58 f0442a9a-1bf8-4316-a199-7268e019dc6e -> ../../dm-10
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16-2-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub2-common depends on:
ii  dpkg                1.17.13
ii  grub-common         2.02~beta2-14
ii  install-info        5.2.0.dfsg.1-4
ii  libc6               2.19-11
ii  libdevmapper1.02.1  2:1.02.90-1
ii  liblzma5            5.1.1alpha+20120614-2

grub2-common recommends no packages.

grub2-common suggests no packages.

-- no debconf information



More information about the Pkg-grub-devel mailing list