Skip to content

Commit

Permalink
Merge pull request #1981 from pentoo/updates_zero
Browse files Browse the repository at this point in the history
updates zero
  • Loading branch information
github-actions[bot] authored Jul 3, 2024
2 parents 0ddbcec + 6d7659b commit 0ebc8ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions profiles/pentoo/base/package.use/dev-qt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
dev-qt/qtbase egl
dev-qt/qtdeclarative -abi_x86_32
dev-qt/qtwebkit icu
dev-qt/qtcore icu
dev-qt/qtdeclarative -abi_x86_32
dev-qt/qtgui gif
dev-qt/qttools qml
dev-qt/qtwebkit icu

#calamares
dev-qt/qtwebengine widgets
Expand Down
2 changes: 1 addition & 1 deletion scripts/pentoo-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ grub_safety_check() {
for grubmod in /boot/grub/*-efi/*.mod; do
if ! cmp -s "${grubmod}" "/usr/lib/grub${grubmod##/boot/grub}"; then
if [ -d "${mount_point}" ] && grub-install --efi-directory="${mount_point}" --recheck; then
printf "Successfully reinstalled grub to fix incompatibility in updated version"
printf "Successfully reinstalled grub to fix incompatibility in updated version\n"
else
printf "/boot grub module %s is different from system version\n" "$(basename "${grubmod}")"
printf "This could lead to boot failure, it is recommended to reinstall grub before reboot\n"
Expand Down

0 comments on commit 0ebc8ed

Please sign in to comment.