Example: install kernel metapackage and remove old one
This way, the kernel will stay up-to-date and we won't have a leftover
5.10.x kernel image.
Example: run apt-get clean before apt-get download
Otherwise, make_image_bootable.sh fails to install the GRUB packages
which were downloaded and then deleted.
Also skip autoclean which is not required because clean does
everything autoclean does and more.
Example: install kernel metapackage and remove old one
This way, the kernel will stay up-to-date and we won't have a leftover 5.10.x kernel image.
Example: run apt-get clean before apt-get download
Otherwise, make_image_bootable.sh fails to install the GRUB packages which were downloaded and then deleted. Also skip autoclean which is not required because clean does everything autoclean does and more.
Example: revert to root=UUID for GRUB
Otherwise, the system does not boot.