Commit Graph

2474 Commits

Author SHA1 Message Date
Steve McIntyre d2af2457ba make_image: unbreak parallel calls to make_image
Argh, broke this earlier when tweaking for image count
2024-03-09 15:57:35 +00:00
Steve McIntyre f5c702c45c make_disc_trees.pl: Fix $disknum handling for incomplete sets 2024-02-28 00:48:10 +00:00
Steve McIntyre 1c51ad9362 And fix bullseye
(cherry picked from commit a2621d193a)
2024-02-27 21:39:38 +00:00
Steve McIntyre ad9fbba6e8 Fix Bookworm README too
(cherry picked from commit 29786b71b4)
2024-02-27 21:39:38 +00:00
Steve McIntyre d804b9c7f9 Tweak README.html
Don't leave off the trailing period.

(cherry picked from commit e3ec0ae448)
2024-02-27 21:39:38 +00:00
Steve McIntyre 1d11337b0c Try again to fix the TOTALNUM issue
We can't do it in make_image, as that may end up running in
parallel. Instead, do the update of TOTALNUM at the end of
make_disc_trees.pl.

(cherry picked from commit c7cc669655)
2024-02-27 21:39:35 +00:00
Steve McIntyre 905cd2feca make_image: really fix the TOTANUM issue
(cherry picked from commit ae89572871)
2024-02-27 21:37:28 +00:00
Steve McIntyre 884b7d8912 Fix counting of images at build time
Closes: #1063858
(cherry picked from commit 64c59791cf)
2024-02-27 21:37:25 +00:00
Cyril Brulebois b52ec859d6 Disable bittorrent support. 2023-06-08 16:11:05 +02:00
Cyril Brulebois 0999e7c284 Adjust MKISOFS definition and usage. 2023-06-08 16:11:05 +02:00
Cyril Brulebois 93a508b60d Bump version/codename. 2023-06-08 16:11:05 +02:00
Cyril Brulebois 2c48f2f322 Bump codename. 2023-06-08 16:11:05 +02:00
Cyril Brulebois f21db528af Delete duplicates. 2023-01-18 21:59:10 +01:00
Cyril Brulebois d414a2456e Refresh @sof_aliases for bullseye.
Update comments:
 - Bump linux-image package to the latest found in bullseye.
 - Include snd-soc-sof.*\.ko in the lookup.
 - Delete the TODO: the list was built using snd-soc-sof*.ko already,
   since a80f013b57.

(cherry picked from commit fb2eac45eb)
2023-01-18 21:50:01 +01:00
Cyril Brulebois e5405490f4 Reindent without mixing tabs and spaces.
No functional changes.

(cherry picked from commit 139041f332)
2023-01-18 21:50:00 +01:00
Steve McIntyre 935cd9cc4c Tweak grub boot menu highlight graphics to work again
Backport fix from master:

Switch from greyscale to colour, as newer grub has removed greyscale
PNG support.. Closes: #1013079, #1013432.
2022-08-07 01:24:59 +01:00
Steve McIntyre 7960fd976e Use $CODENAME/updates for security pre-bullseye
or $CODENAME-security for bullseye onwards.

Backported from master
2021-08-15 11:52:14 +01:00
Steve McIntyre 92e93a9133 Release 3.1.35 2021-07-26 00:05:51 +00:00
Cyril Brulebois d9d9a31bb1 Add reference to #989863. 2021-07-25 23:13:06 +02:00
Cyril Brulebois a80f013b57 Include more modules, under kernel/sound/soc/intel/boards
As suggested by Ben Hutchings in:
  https://salsa.debian.org/kernel-team/firmware-nonfree/-/merge_requests/19

[ Best viewed with -b due to initial indentation inconsistency before
reimporting the updated list of aliases. ]
2021-07-25 23:06:47 +02:00
Steve McIntyre c61f193ac6 Extend changelog 2021-07-25 18:30:57 +01:00
Steve McIntyre 4d4399012d Add support for creating firmware patterns at build time
Using the new generate_firmware_patterns script, generate a patterns
file in /firmware/dep11/<package>.patterns as we add a firmware
package onto media.

Deal with size changes as these are added/removed, and add them to the
md5sum.txt file on media too.
2021-07-25 18:26:15 +01:00
Steve McIntyre f7e973a181 Add a --package option to limit output to one specified package name 2021-07-25 18:26:11 +01:00
Steve McIntyre 047ec2b360 Fix up firmware package rollback
If we removed a firmware package, also remove the link in /firmware
2021-07-25 18:26:08 +01:00
Steve McIntyre 3d15315df4 Add changelog entry for the generate_firmware_patterns addition 2021-07-25 18:26:02 +01:00
Cyril Brulebois 235ffb75c9 Add a note regarding other intel sof modules. 2021-07-25 08:46:32 +02:00
Cyril Brulebois 8e4fa300d8 Add a reminder about firmware-sof-signed (if --verbose was passed). 2021-07-25 08:40:49 +02:00
Cyril Brulebois 27f8524d0a Hardcode aliases from firmware-sof-signed.
The source code doesn't use the MODULE_FIRMWARE() macro so the machinery
implemented in src:firmware-nonfree wouldn't help. Extract alias info
manually once, and make note to keep an eye on further updates (e.g. via
a crontab on d-i.debian.org).
2021-07-25 08:40:43 +02:00
Cyril Brulebois c980454172 Extract alias formatting for later reuse. 2021-07-25 08:36:28 +02:00
Cyril Brulebois 91508a24c9 Keep track of all firmware packages found. 2021-07-25 08:16:44 +02:00
Cyril Brulebois c9f7df2963 Move main part to the bottom, it's getting extended. 2021-07-25 08:11:58 +02:00
Cyril Brulebois dae7be7662 Add small README.txt alongside .patterns files. 2021-07-25 07:32:30 +02:00
Cyril Brulebois a726d0df83 Update comments. 2021-07-25 07:20:53 +02:00
Cyril Brulebois 76fc95f307 Generate .patterns (plural) files. 2021-07-25 07:20:53 +02:00
Cyril Brulebois 9d570ad032 Implement support for --test option.
At the moment, there's no package with Type == firmware in the archive,
so --test lets us toy without that filter, finding a bunch of packages.
2021-07-25 07:20:53 +02:00
Cyril Brulebois 18e27f6e08 Implement support for --output-dir 2021-07-25 07:20:53 +02:00
Cyril Brulebois 21509942d1 Prepare support for command line options.
Implement --verbose directly.
2021-07-25 07:20:53 +02:00
Cyril Brulebois ff8ef160ea Add generate_firmware_patterns script and dependencies (see: #989863). 2021-07-25 07:20:30 +02:00
Steve McIntyre 845cbb1b61 Add a Closes: #678065 for the espeakup change 2021-05-16 15:42:25 +01:00
Steve McIntyre 221d702284 Add brltty and espeakup to all images from netinst up 2021-05-16 15:37:38 +01:00
Holger Levsen 9690b506b7 fix Petter's name
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2021-04-23 10:56:07 +02:00
Holger Levsen 1c96d70f21 release as 3.1.34
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2021-04-20 01:03:45 +02:00
Steve McIntyre da120b29d9 Shorten "ppc64el" to "p64el" in the volume ID
The bullseye d-i RC1 build failed as the volume ID was too long
2021-04-15 21:14:09 +01:00
Steve McIntyre d2c5ce15b2 Include eatmydata deb for d-i to use offline. Closes: #986772 2021-04-14 09:30:17 +01:00
Wolfgang Schweer 5abcc48f75 tools/boot/*/boot-x86: Prevent custom splash images from being modified
The related code seems to have been useful a long time ago (the need to use
  an RLE file and to reduce the number of colours to 16 has been dropped as of
  syslinux version 3.62). So replace obsolete code with a simple cp command.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
2021-02-24 16:51:54 +00:00
Samuel Thibault 5e606aa1ed Allow archive tree to contain symlinks
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2021-02-20 01:31:15 +01:00
Samuel Thibault 7da3ab7110 Add missing checksum grab for unreleased
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2021-02-19 23:57:16 +01:00
Samuel Thibault 57c5f03f0b Do not clear UPDATE_LOCAL
This was completely disabling the feature.
It is not enabled by default, so this should not harm anybody anyway.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2021-02-19 21:22:29 +01:00
Samuel Thibault 49d60b38b4 Allow archive tree to contain symlinks
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2021-02-19 20:33:55 +01:00
Wolfgang Schweer 2104f73fd7
data/bullseye: Update Debian Edu installer logo and syslinux splash image
Images taken from src:debian-edu-artwork 2.11.5-1, hardly visible changes: small
blurred squares (bitmaps) removed because related source files are not available.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
2021-02-12 22:09:26 +01:00