FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
220 stars 45 forks source link

installer: make sure all installation kernels get moved out of the way #190

Closed oliverblaha closed 1 year ago

oliverblaha commented 4 years ago

Newer versions of raspbian have a kernel8.img, which won't get removed when running the installation. When installing an older version than buster, e.g. stretch incorrectly boots the 64bit kernel for buster. This change makes sure that all kernel files are moved away before installing the kernel of the target version.

kpfleming commented 3 years ago

Please confirm that your original issue has been resolved by the patch which was included in #207.