Package: tomoyo-tools
Version: 2.5.0-20130406-2
Severity: normal
As I see /boot/grub/grub.cfg, it has:
-----
...
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu
--class os $menuentry_id_option
'gnulinux-simple-b19489d7-bd5b-4d1d-994c-18b9f3d38f71' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
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'
709cbe4a-80c1-46cb-8bb1-dbce3059d1f7
else
search --no-floppy --fs-uuid --set=root
709cbe4a-80c1-46cb-8bb1-dbce3059d1f7
fi
echo 'Loading Linux 3.9-1-amd64 ...'
linux /vmlinuz-3.9-1-amd64 root=/dev/mapper/goofy-root ro
security=tomoyo security=tomoyo quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.9-1-amd64
}
... similae entries
-------
Problem is duplicated entry: "security=tomoyo security=tomoyo".
This problematic part is caused by "${GRUB_CMDLINE_LINUX}
${GRUB_CMDLINE_LINUX_DEFAULT}"
Are you providing to both?
${GRUB_CMDLINE_LINUX}
${GRUB_CMDLINE_LINUX_DEFAULT}
If this is grub bug, please reassign.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.9-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages tomoyo-tools depends on:
ii debconf [debconf-2.0] 1.5.50
ii libc6 2.17-7
ii libncurses5 5.9+20130608-1
ii libtinfo5 5.9+20130608-1
ii libtomoyotools3 2.5.0-20130406-2
tomoyo-tools recommends no packages.
tomoyo-tools suggests no packages.
-- debconf information:
* tomoyo-tools/grub: true
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]