mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
pentoo-updater: properly handle KERNEL_ONLY with pentoo-lts
This commit is contained in:
parent
fcb4e9b046
commit
ee54d66455
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ main_checks
|
|||
if [ -z "${KERNEL_ONLY}" ]; then
|
||||
main_upgrades
|
||||
else
|
||||
emerge --update sys-kernel/pentoo-sources sys-kernel/genkernel sys-kernel/linux-firmware sys-firmware/intel-microcode --oneshot || safe_exit
|
||||
emerge --deep --update virtual/linux-sources sys-kernel/genkernel sys-kernel/linux-firmware sys-firmware/intel-microcode --oneshot || safe_exit
|
||||
fi
|
||||
|
||||
#we need to do the clean BEFORE we drop the extra flags otherwise all the packages we just built are removed
|
||||
|
|
|
|||
Loading…
Reference in a new issue