serhepopovych / simple-cdd-meta

Debian and it's derivatives Simple-CDD preseed configuration with profiles
MIT License
6 stars 3 forks source link

Debian 10 fails to install after debian-installer upgrade to 20190702+deb10u3 #25

Closed serhepopovych closed 4 years ago

serhepopovych commented 4 years ago

It is either fails with "No kernel modules ..." or "Mirror does not contain release ..." depending if access to unstable repository available or not.

According to it's changelog entry 20190702+deb10u3 it is UNRELEASED and this after building debian-installer tried to access unstable repository even mirror/suite and mirror/codename preseed are correct and pointing to stable and buster respectively.

It seems we need to mark it as buster (release) in changelog (e.g. by using dch -m -r from devscripts package) to make debian-installer access.

serhepopovych commented 4 years ago

Fixed with commit b38a5ce0bf2f ("simple-cdd-meta/debian: Fix Debian 10 (buster) debian-installer version").