Also include firmware-linux meta package if non-free is enabled.
While the actual firmware packages are automatically detected, it is handy to have the firmware-linux meta package included if non-free is enabled. That way, future upgrades to newer kernels will keep having all available firmware packages pulled in too.
This commit is contained in:
parent
4a182167c7
commit
53898caf1f
|
@ -445,6 +445,10 @@ then
|
||||||
done
|
done
|
||||||
|
|
||||||
FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}"
|
FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}"
|
||||||
|
|
||||||
|
else
|
||||||
|
# Manually add firmware-linux/non-free meta package
|
||||||
|
FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Drop section and keep package names only
|
# Drop section and keep package names only
|
||||||
|
|
|
@ -85,6 +85,9 @@ then
|
||||||
done
|
done
|
||||||
|
|
||||||
FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}"
|
FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}"
|
||||||
|
else
|
||||||
|
# Manually add firmware-linux/non-free meta package
|
||||||
|
FIRMWARE_PACKAGES="${FIRMWARE_PACKAGES} firmware-linux"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Drop section and keep package names only
|
# Drop section and keep package names only
|
||||||
|
|
Loading…
Reference in New Issue