Re: amd64 daily installer images not updated since 2026-07-05
Cyril Brulebois <[email protected]> Sun, 19 Jul 2026 01:07:54 +0200
| Newsgroups | gmane.linux.debian.devel.boot,gmane.linux.debian.devel.cd |
|---|---|
| Organization | Debian |
| Message-ID | <[email protected]> |
--3o5qcq5k2dcjmh6y Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Steve McIntyre <[email protected]> (2026-07-18): > I can see that we're including bits of multiple kernels in the amd64 > netinst at the moment, which is not going to help: >=20 > .../2sidamd64$ grep :linux forky/make_disc_tree.log=20 > CD 1: GUESS_TOTAL is 111963 after adding amd64:main:linux-sysctl-defaults= :5852:<DEFAULT> > CD 1: GUESS_TOTAL is 154674 after adding amd64:main:linux-base-7.0.13+deb= 14-amd64-di:44800:<DEFAULT> > CD 1: GUESS_TOTAL is 154697 after adding amd64:main:linux-base-7.0.14+deb= 14-amd64-di:44764:<DEFAULT> > CD 1: GUESS_TOTAL is 154720 after adding amd64:main:linux-base-7.1.3+deb1= 4-amd64-di:44060:<DEFAULT> > CD 1: GUESS_TOTAL is 161459 after adding amd64:main:linux-binary-7.0.13+d= eb14-amd64-di:13792008:<DEFAULT> > CD 1: GUESS_TOTAL is 168173 after adding amd64:main:linux-binary-7.0.14+d= eb14-amd64-di:13748212:<DEFAULT> > CD 1: GUESS_TOTAL is 174915 after adding amd64:main:linux-binary-7.1.3+de= b14-amd64-di:13803224:<DEFAULT> > CD 1: GUESS_TOTAL is 217814 after adding amd64:main:linux-base:26312:<DEF= AULT> > CD 1: GUESS_TOTAL is 433073 after adding amd64:main:linux-base-7.1.3+deb1= 4-amd64:406916:<DEFAULT> > CD 1: GUESS_TOTAL is 433076 after adding amd64:main:linux-base-amd64:1204= :<DEFAULT> > CD 1: GUESS_TOTAL is 439818 after adding amd64:main:linux-binary-7.1.3+de= b14-amd64:13802032:<DEFAULT> > CD 1: GUESS_TOTAL is 492701 after adding amd64:main:linux-modules-7.1.3+d= eb14-amd64:108302028:<DEFAULT> > CD 1: Real current size is 492032 blocks after adding amd64:main:linux-mo= dules-7.1.3+deb14-amd64:108302028:<DEFAULT> >=20 > which leads to: >=20 > CD 1 over-full (492032 > 488281). Rollback! > CD 1: Real current size is 439296 blocks after rolling back amd64:main:li= nux-modules-7.1.3+deb14-amd64:108302028:<DEFAULT> > No linux-image-* package(s) found >=20 > so this isn't going to be helping. We already have code in debian-cd > to limit the kernel version we're wanting to the latest, but that > doesn't seem to be working here. That'd be tools/generate_di_list that works on -modules- (per code, and as confirmed above) but not on -base-, -binary- (as seen above). Looks to me replacing -modules- by -(?:base|binary|modules)- in both regexes should help. I hadn't realized the split across several packages also happened on the udeb side (see other mails regarding my inability to keep track of stuff). Not sure whether we might have other similar packages=E2=80=A6 Cheers, --=20 Cyril Brulebois ([email protected]) <https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant --3o5qcq5k2dcjmh6y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEtg6/KYRFPHDXTPR4/5FK8MKzVSAFAmpcB0cACgkQ/5FK8MKz VSBsEA//Q7wWI0DU4ZfngIP8wNXod8wQfhRdnUWw9/B18HAwpYrbMa4MBDWycqxd VGg0QxQMSkZTu8ffFoo3Ev6CM3+g2cqJ7Hu2YhcgRJHXf3gnD6QLXFlq7PqmUjaG Ghg2/UkFjruhZVI0Ms0gjBeqcurJsYCA3Y4ruGGV12lD4BSO+Wds+fI8WjUUxJAA lHtIgJlo6WahFwGQzp4sw4i9vraZXAExsk1N+ylyqiCLaOmcR89jLOaG1N32mRR3 fBDCi0LlJs6ZXRQJrWKM8W/NN3Vzran51n2Lw5BZsRBQ0+UgkJe+XFWakO7ZB5CG h/5vxew+GzkKyKYAkS1NKPSqvXej6yk9O4hg1XG1j7KoxYXg/P1m0Yep/wdkbq43 1EjzSKbptSXJH48z3B6BHYsbvPitX5hpi6WkftZbYenFVjjPYJgoC2m00DpLnWVd qtoKLGF6Qlk9dzX6+dSdUASzDhxTcc708Do2LQhmJGkYSqrE2E2RAt7ZZfIF5alx oY1o4MfIF0Yxduzhja171Xqd54c1JeHInVtcM3YDFBbq5xuo8y7TRWn0M5HftcRx i2qkbNDwzMMeHXOcbOd4oEev6saQZwmeIXBC+ovduoQ6NtMq2LtpbywodluZoVDZ qo86UBA+g1dJjzrdiMiTk4UKUAuRYJmpVvrg7dozvyfV7if9bH8= =4FOS -----END PGP SIGNATURE----- --3o5qcq5k2dcjmh6y--