forked from ceres-sees-all/ceres-ebuilds
Add temp zbm
This commit is contained in:
parent
4d0bc174b4
commit
2d31dcd960
9 changed files with 283 additions and 0 deletions
20
sys-boot/zfsbootmenu/files/zfsbootmenu-branding.patch
Normal file
20
sys-boot/zfsbootmenu/files/zfsbootmenu-branding.patch
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
--- a/etc/zfsbootmenu/config.yaml
|
||||
+++ b/etc/zfsbootmenu/config.yaml
|
||||
@@ -3,14 +3,15 @@ Global:
|
||||
BootMountPoint: /boot/efi
|
||||
DracutConfDir: /etc/zfsbootmenu/dracut.conf.d
|
||||
Components:
|
||||
- ImageDir: /boot/efi/EFI/void
|
||||
+ ImageDir: /boot/efi/EFI/gentoo
|
||||
Versions: 3
|
||||
Enabled: true
|
||||
syslinux:
|
||||
Config: /boot/syslinux/syslinux.cfg
|
||||
Enabled: false
|
||||
EFI:
|
||||
- ImageDir: /boot/efi/EFI/void
|
||||
+ ImageDir: /boot/efi/EFI/gentoo
|
||||
+ Stub: /usr/lib/systemd/boot/efi/linuxx64.elf.stub
|
||||
Versions: false
|
||||
Enabled: false
|
||||
Kernel:
|
||||
13
sys-boot/zfsbootmenu/files/zfsbootmenu-stub-location.patch
Normal file
13
sys-boot/zfsbootmenu/files/zfsbootmenu-stub-location.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/etc/zfsbootmenu/config.yaml b/etc/zfsbootmenu/config.yaml
|
||||
index e8b196c..38b2812 100644
|
||||
--- a/etc/zfsbootmenu/config.yaml
|
||||
+++ b/etc/zfsbootmenu/config.yaml
|
||||
@@ -14,6 +14,7 @@ Components:
|
||||
Enabled: false
|
||||
EFI:
|
||||
ImageDir: /boot/efi/EFI/zbm
|
||||
+ Stub: /usr/lib/systemd/boot/efi/linuxx64.elf.stub
|
||||
Versions: false
|
||||
Enabled: false
|
||||
Kernel:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue