Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512622 - sys-kernel/genkernel: missing support of UUID records in fstab while updating grub
Summary: sys-kernel/genkernel: missing support of UUID records in fstab while updating...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-06 22:12 UTC by cyberbat
Modified: 2017-01-02 23:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cyberbat 2014-06-06 22:12:33 UTC
I thinks it's also related to LABEL records.

When genkernel tries to update my grub record, I get 

* Adding kernel to /boot/grub/grub.conf...
awk: fatal: cannot open file `/var/tmp/genkernel/24147.20146.12033.4383/grub.map' for reading (No such file or directory)
/usr/share/genkernel/gen_bootloader.sh: line 75: UUID="ff14dd2f-7c3d-4702-9c67-25eb6314f1a3" - 1: syntax error: operand expected (error token is ""ff14dd2f-7c3d-4702-9c67-25eb6314f1a3" - 1")

grep boot /etc/fstab 
UUID="ff14dd2f-7c3d-4702-9c67-25eb6314f1a3"     /boot                           ext2            noauto,noatime,nodiratime,noexec,ro     0 2

genkernel.conf has
BOOTLOADER="grub"
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2017-01-02 23:16:12 UTC
Grub1 should die, so I'm not going to fix this.