diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-16 22:12:46 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-17 01:38:52 -0400 |
commit | c06d3c2b70e2ae97ef1a4799b20f27255c947fc6 (patch) | |
tree | 6a76ee2adc4aa214404a87d55e792ccc550b4026 /projects/grub/configs | |
parent | 91ef3c3183fe68566213976b86416dd5f7c81c07 (diff) | |
download | librebootfr-c06d3c2b70e2ae97ef1a4799b20f27255c947fc6.tar.gz librebootfr-c06d3c2b70e2ae97ef1a4799b20f27255c947fc6.zip |
Add GRUB module 'cbmemc' to each GRUB target
Dumps CBMEM console log to stdout; this is useful for
development/troubleshooting purposes.
Diffstat (limited to 'projects/grub/configs')
-rw-r--r-- | projects/grub/configs/bios/modules-minimal | 1 | ||||
-rw-r--r-- | projects/grub/configs/coreboot/modules-minimal | 1 | ||||
-rw-r--r-- | projects/grub/configs/uefi/modules-minimal | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/projects/grub/configs/bios/modules-minimal b/projects/grub/configs/bios/modules-minimal index abd265c0..ea936115 100644 --- a/projects/grub/configs/bios/modules-minimal +++ b/projects/grub/configs/bios/modules-minimal @@ -1,4 +1,5 @@ biosdisk +cbmemc ext2 halt part_bsd diff --git a/projects/grub/configs/coreboot/modules-minimal b/projects/grub/configs/coreboot/modules-minimal index d9f878ff..310aef86 100644 --- a/projects/grub/configs/coreboot/modules-minimal +++ b/projects/grub/configs/coreboot/modules-minimal @@ -1,4 +1,5 @@ ahci +cbmemc ehci ext2 halt diff --git a/projects/grub/configs/uefi/modules-minimal b/projects/grub/configs/uefi/modules-minimal index d9f878ff..310aef86 100644 --- a/projects/grub/configs/uefi/modules-minimal +++ b/projects/grub/configs/uefi/modules-minimal @@ -1,4 +1,5 @@ ahci +cbmemc ehci ext2 halt |