[04:42] What are the high-level differences between -cloud and -generic? I could not find an article that compares them. === JanC_ is now known as JanC === pesari_ is now known as pesari [23:36] White_Light, both are meta packages. generic installs -extra kernel modules, cloud does not. [23:36] so look at the -extra package contents to see which modules are there. That's the badger. [23:39] thanks xnox [23:40] same as "linux-image-extras"? [23:41] no idea what linux-image-extras are... [23:41] $ apt show linux-image-generic linux-image-virtual | grep -e Package -e Depends [23:42] Package: linux-image-generic [23:42] Depends: linux-image-4.4.0-38-generic, linux-image-extra-4.4.0-38-generic, linux-firmware [23:42] Package: linux-image-virtual [23:42] Depends: linux-image-4.4.0-38-generic [23:42] so linux-image-extra-*-generic & linux-firmware is the difference [23:42] the actual kernel image is the same.