GNU bug report logs -
#45508
‘guix system disk-image‘ installs GRUB debug files
Previous Next
To reply to this bug, email your comments to 45508 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#45508
; Package
guix
.
(Mon, 28 Dec 2020 16:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan <stefan-guix <at> vodafonemail.de>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Mon, 28 Dec 2020 16:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi!
I noticed that ‘guix system disk-image’ installs GRUB with its debug files, which doubles the size for GRUB inside the image.
There is gnu/bootloader/grub.scm (install-grub), which does a simple
(copy-recursively (string-append bootloader "/lib/") install-dir)
This also copies gdb_grub, gmodule.pl and all *.module files, in total about 200 files. These *.module file are basically unstriped versions of the *.mod files.
The (install-grub) function should prevent to install these files, or – possibly better – the grub package could move these files into a separate debug output.
Bye
Stefan
This bug report was last modified 4 years and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.