mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
install: Add GRUB to the set of global packages.
* gnu/system/install.scm (installation-os)[packages]: Add GRUB.
This commit is contained in:
parent
e1a94b978e
commit
7eda0c567b
1 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ (define-module (gnu system install)
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
#:use-module (gnu packages package-management)
|
#:use-module (gnu packages package-management)
|
||||||
#:use-module (gnu packages disk)
|
#:use-module (gnu packages disk)
|
||||||
|
#:use-module (gnu packages grub)
|
||||||
#:use-module (gnu packages texinfo)
|
#:use-module (gnu packages texinfo)
|
||||||
#:export (installation-os))
|
#:export (installation-os))
|
||||||
|
|
||||||
|
@ -246,6 +247,7 @@ (define installation-os
|
||||||
|
|
||||||
(packages (cons* texinfo-4 ;for the standalone Info reader
|
(packages (cons* texinfo-4 ;for the standalone Info reader
|
||||||
parted ddrescue
|
parted ddrescue
|
||||||
|
grub ;mostly so xrefs to its manual work
|
||||||
wireless-tools
|
wireless-tools
|
||||||
;; XXX: We used to have GNU fdisk here, but as of version
|
;; XXX: We used to have GNU fdisk here, but as of version
|
||||||
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
|
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
|
||||||
|
|
Loading…
Reference in a new issue