Skip to content

Commit

Permalink
sys-boot-2/grub: Bump v.2.12+2
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Jul 6, 2024
1 parent 4e79bc8 commit ace6285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/atoms-extra/boot/sys-boot-2/grub/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ prelude:
emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }} -pv -t && \
{{- end }}
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
USE="{{ join " " .Values.use_flags }}" emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }}
{{- else }}
emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }}
{{- end }}
- export LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages" && export LUET_PORTAGE_IGNORE_TAR_WARNING=1
&& export LUET_PORTAGE_PKGMETA=1 && export LUET_PORTAGE_PKGFILES=1 && eval 'rm -rf
Expand Down
2 changes: 1 addition & 1 deletion packages/atoms-extra/boot/sys-boot-2/grub/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: grub
version: 2.12+1
version: 2.12+2
category: sys-boot-2
use_flags:
- -grub_platforms_efi-32
Expand Down

0 comments on commit ace6285

Please sign in to comment.