[arch-releng] [PATCH] [configs/releng] Add grub(2) to packages.*
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/packages.i686 | 1 + configs/releng/packages.x86_64 | 2 ++ 2 files changed, 3 insertions(+) diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index 6012e7c..5533cd2 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -14,6 +14,7 @@ efibootmgr elinks gnu-netcat gptfdisk +grub-bios haveged hdparm ipw2100-fw diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 6012e7c..87a7c1d 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -14,6 +14,8 @@ efibootmgr elinks gnu-netcat gptfdisk +grub-bios +grub-efi-x86_64 haveged hdparm ipw2100-fw -- 1.7.11.2
Am 14.07.2012 00:40, schrieb Gerardo Exequiel Pozzi:
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/packages.i686 | 1 + configs/releng/packages.x86_64 | 2 ++ 2 files changed, 3 insertions(+)
diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index 6012e7c..5533cd2 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -14,6 +14,7 @@ efibootmgr elinks gnu-netcat gptfdisk +grub-bios haveged hdparm ipw2100-fw diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 6012e7c..87a7c1d 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -14,6 +14,8 @@ efibootmgr elinks gnu-netcat gptfdisk +grub-bios +grub-efi-x86_64 haveged hdparm ipw2100-fw
This can be applied now as grub2 is now in core. Any idea what the grub-efi-i386 package is about? -- Pierre Schmitz, https://pierre-schmitz.com
On 07/20/2012 07:09 AM, Pierre Schmitz wrote:
Am 14.07.2012 00:40, schrieb Gerardo Exequiel Pozzi:
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/packages.i686 | 1 + configs/releng/packages.x86_64 | 2 ++ 2 files changed, 3 insertions(+)
diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index 6012e7c..5533cd2 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -14,6 +14,7 @@ efibootmgr elinks gnu-netcat gptfdisk +grub-bios haveged hdparm ipw2100-fw diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 6012e7c..87a7c1d 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -14,6 +14,8 @@ efibootmgr elinks gnu-netcat gptfdisk +grub-bios +grub-efi-x86_64 haveged hdparm ipw2100-fw This can be applied now as grub2 is now in core. Any idea what the grub-efi-i386 package is about?
yes, I see it, Thanks They are files for booting on 32-bit EFI. -- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1
participants (2)
-
Gerardo Exequiel Pozzi
-
Pierre Schmitz