GNU bug report logs - #45508
‘guix system disk-image‘ installs GRUB debug files

Previous Next

Package: guix;

Reported by: Stefan <stefan-guix <at> vodafonemail.de>

Date: Mon, 28 Dec 2020 16:45:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Stefan <stefan-guix <at> vodafonemail.de>
To: 45508 <at> debbugs.gnu.org
Subject: bug#45508: ‘guix system disk-image‘ installs GRUB debug files
Date: Mon, 28 Dec 2020 17:44:33 +0100
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 224 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.