Automatically include intel-microcode when building with firmware and non-free enabled.
This commit is contained in:
parent
52bdb68d18
commit
788455780b
|
@ -99,6 +99,9 @@ then
|
|||
else
|
||||
# Manually add firmware-linux/non-free meta package
|
||||
FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux"
|
||||
|
||||
# Manually add intel-microcode
|
||||
FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} intel-microcode"
|
||||
fi
|
||||
|
||||
# Drop section and keep package names only
|
||||
|
|
Loading…
Reference in New Issue