mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
grub: Build after Python is available
The build sometimes aborted because python was not found when Grub was being built for EFI. Fixes: #12209 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
e4d242da4a
commit
b3ce3510ad
6
make.sh
6
make.sh
@@ -1132,9 +1132,6 @@ buildipfire() {
|
|||||||
lfsmake2 lvm2
|
lfsmake2 lvm2
|
||||||
lfsmake2 multipath-tools
|
lfsmake2 multipath-tools
|
||||||
lfsmake2 freetype
|
lfsmake2 freetype
|
||||||
lfsmake2 grub
|
|
||||||
lfsmake2 efivar
|
|
||||||
lfsmake2 efibootmgr
|
|
||||||
lfsmake2 libmnl
|
lfsmake2 libmnl
|
||||||
lfsmake2 libnfnetlink
|
lfsmake2 libnfnetlink
|
||||||
lfsmake2 libnetfilter_queue
|
lfsmake2 libnetfilter_queue
|
||||||
@@ -1222,6 +1219,9 @@ buildipfire() {
|
|||||||
lfsmake2 libffi
|
lfsmake2 libffi
|
||||||
lfsmake2 python
|
lfsmake2 python
|
||||||
lfsmake2 python3
|
lfsmake2 python3
|
||||||
|
lfsmake2 grub
|
||||||
|
lfsmake2 efivar
|
||||||
|
lfsmake2 efibootmgr
|
||||||
lfsmake2 ca-certificates
|
lfsmake2 ca-certificates
|
||||||
lfsmake2 fireinfo
|
lfsmake2 fireinfo
|
||||||
lfsmake2 libnet
|
lfsmake2 libnet
|
||||||
|
|||||||
Reference in New Issue
Block a user