unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45508: ‘guix system disk-image‘ installs GRUB debug files
@ 2020-12-28 16:44 Stefan
  0 siblings, 0 replies; only message in thread
From: Stefan @ 2020-12-28 16:44 UTC (permalink / raw)
  To: 45508

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-28 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 16:44 bug#45508: ‘guix system disk-image‘ installs GRUB debug files Stefan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).