unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40997: [raid] The bootloader can only be installed to a single drive
@ 2020-05-01 13:45 maxim.cournoyer
  2021-08-08  4:25 ` Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: maxim.cournoyer @ 2020-05-01 13:45 UTC (permalink / raw)
  To: 40997

Using Guix System, the bootloader declaration doesn't currently seem to
support being installed to multiple drives:

--8<---------------cut here---------------start------------->8---
(bootloader (bootloader-configuration
                 (bootloader grub-bootloader)
                 (target "/dev/sda")
                 (terminal-outputs '(console))))
 --8<---------------cut here---------------end--------------->8---

I suggest to change it so that target can be passed a list like
--8<---------------cut here---------------start------------->8---
(bootloader (bootloader-configuration
                 (bootloader grub-bootloader)
                 (target '("/dev/sda" "/dev/sdb"))
                 (terminal-outputs '(console))))
 --8<---------------cut here---------------end--------------->8---

This is useful when trying to boot a degraded RAID array.

Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-29  5:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01 13:45 bug#40997: [raid] The bootloader can only be installed to a single drive maxim.cournoyer
2021-08-08  4:25 ` Maxim Cournoyer
2021-08-29  5:19   ` Maxim Cournoyer

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).