Skip to content
Snippets Groups Projects
Unverified Commit 35014c40 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: grub: Build ‘grub-mount’.

This increases the closure size by a mere 1.8 MiB (0.8%).

* gnu/packages/bootloaders.scm (grub)[inputs]: Add fuse.
parent 069ab3bb
No related branches found
No related tags found
No related merge requests found
...@@ -158,9 +158,12 @@ (define-public grub ...@@ -158,9 +158,12 @@ (define-public grub
;; for generating alternative keyboard layouts. ;; for generating alternative keyboard layouts.
("console-setup" ,console-setup) ("console-setup" ,console-setup)
;; Needed for ‘grub-mount’, the only reliable way to tell whether a given
;; file system will be readable by GRUB without rebooting.
("fuse" ,fuse)
("freetype" ,freetype) ("freetype" ,freetype)
;; ("libusb" ,libusb) ;; ("libusb" ,libusb)
;; ("fuse" ,fuse)
("ncurses" ,ncurses))) ("ncurses" ,ncurses)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment