Cyril Brulebois
8ccf274234
local: set DISABLE_UEFI_32=1
...
That's only useful when using an official d-i build (i.e. when
DI_WWW_HOME is unset), but let's have that setting in place since the
local, partial mirror doesn't include i386: that makes it easier to
switch back and forth between a local and an official d-i build.
2024-07-15 00:42:53 +02:00
Cyril Brulebois
43e20c431f
local: make wget quiet
2024-05-19 10:08:43 +02:00
Cyril Brulebois
6d7fccf127
local: enable LOCAL and LOCALDEBS
2024-05-19 10:08:43 +02:00
Cyril Brulebois
b6cf1ed667
local: build against sid
2024-05-19 10:08:43 +02:00
Cyril Brulebois
c73820c74b
local: request a single CD
2024-05-19 10:08:43 +02:00
Cyril Brulebois
fadaf9a25f
local: request NETINST
2024-05-19 10:08:43 +02:00
Cyril Brulebois
82309f3609
local: adjust paths to hamburg's layout
2024-05-19 10:08:43 +02:00
Cyril Brulebois
d2ad086984
local: point to a custom debian-installer
2024-05-19 10:08:43 +02:00
Steve McIntyre
44d0ff683f
make_disc_trees.pl: if files will not fit on media, fail loudly
...
rather than sitting in a loop foreber. Fail properly in #1069682
2024-04-23 02:33:17 +01:00
Steve McIntyre
06abc37791
make_image: unbreak parallel calls to make_image
...
Argh, broke this earlier when tweaking for image count
2024-03-09 15:56:15 +00:00
g0tmi1k
0224aa50f4
boot-x86: Stop global replace on $ARCH
2024-03-04 12:24:44 +00:00
Steve McIntyre
7531d32437
make_disc_trees.pl: Fix $disknum handling for incomplete sets
2024-02-28 00:49:31 +00:00
Steve McIntyre
a2621d193a
And fix bullseye
2024-02-27 21:31:20 +00:00
Steve McIntyre
29786b71b4
Fix Bookworm README too
2024-02-27 21:28:51 +00:00
Steve McIntyre
e3ec0ae448
Tweak README.html
...
Don't leave off the trailing period.
2024-02-27 21:26:55 +00:00
Steve McIntyre
c7cc669655
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.
2024-02-23 00:57:00 +00:00
Steve McIntyre
ae89572871
make_image: really fix the TOTANUM issue
2024-02-16 02:08:49 +00:00
Steve McIntyre
64c59791cf
Fix counting of images at build time
...
Closes : #1063858
2024-02-15 01:42:12 +00:00
Steve McIntyre
87459d5964
Add a changelog entry for Arnaud's fonts change
2024-02-01 21:34:05 +00:00
Arnaud Rebillout
88b3414bb0
Support a fonts directory, and make *.pf2 optional (grub, x86)
2024-02-01 21:31:15 +00:00
Steve McIntyre
b64c13c1db
Add a changelog entry for Arnaud's DEP11 change
2024-02-01 21:24:33 +00:00
Arnaud Rebillout
3752fd161a
Dont generate fw pattern file if DEP11 is set to 0
2024-02-01 21:21:35 +00:00
xiao sheng wen(肖盛文)
2603f4c537
tools/make_disc_trees.pl: filter info output of debootstrap
2024-01-08 10:52:25 +00:00
Steve McIntyre
dd5d174eeb
Fix find syntax
2024-01-02 21:34:40 +00:00
Steve McIntyre
4f8c844f81
Look for firmware in /usr/lib/firmware as well as /lib/firmware
...
Closes : #1059858
2024-01-02 15:55:46 +00:00
Samuel Thibault
b1f66d7191
Add hurd-amd64 case
2023-11-13 00:23:48 +01:00
Steve McIntyre
bdc946f3d8
Copy new bookwork debian-edu artwork to trixie too
2023-10-13 09:08:25 +01:00
Steve McIntyre
24b0d345bd
Add changelog entry for the edu artwork
2023-10-11 11:23:24 +01:00
Guido Berhoerster
bc627313aa
Update DebianEdu installer banner and syslinux splash image for bookworm
...
The artwork is based on debian-edu-artwork 2.12.3-1.
(cherry picked from commit a263149c5f
)
2023-10-11 11:20:15 +01:00
Guido Berhoerster
0396cc708c
Amend requirements
2023-10-11 07:44:07 +02:00
Steve McIntyre
2964b68565
Tweak image sizes for BD media
...
We used to have some arbitrary hard-coded sizes; tweak those to allow
for ~4% losses for spare sectors if people format media.
2023-07-12 17:56:35 +01:00
Steve McIntyre
25e6430341
*really* make runs of generate_firmware_task quieter
2023-07-06 16:06:47 +01:00
Steve McIntyre
5c9ec762bb
Exclude firmware-ti-connectivity in trixie too
2023-07-06 09:18:25 +01:00
Steve McIntyre
6db7794511
Tweak firmware-filtering - remove firmware-ti-connectivity on !arm
2023-07-05 17:04:20 +01:00
Steve McIntyre
b4265d6078
Tweak ordering of firmware package checks
...
Let's minimise repeat logging of ignores
2023-07-04 18:11:38 +01:00
Steve McIntyre
00ea28267d
Extend exclude-file handling
...
Now take a colon-separated list to allow for more than one to be
used. And refactor to reduce repetition.
2023-07-04 17:14:04 +01:00
Steve McIntyre
1824a66933
Add a way to exclude named firmware packages from media
...
So we can control which packages are included - see
tasks/$codename/firmware-exclude
2023-07-04 17:14:00 +01:00
Steve McIntyre
b21326bc12
Remove old data and config for jessie and stretch
2023-06-12 08:39:56 +01:00
Steve McIntyre
2582ea9495
Start trixie development
...
Copy the bookworm dirs to trixie as a start
2023-06-12 08:37:20 +01:00
Cyril Brulebois
5843f48efe
update-cd: adjust MKISOFS definition and usage.
...
This matches changes that already happened in the buildd/bullseye
branch.
2023-06-08 16:18:42 +02:00
Cyril Brulebois
f9cd3f436f
update-cd: drop support for bittorrent.
...
This matches changes that already happened in the buildd/bullseye
branch.
2023-06-08 16:17:17 +02:00
Cyril Brulebois
ee4d6cb1d4
update-cd: bump codename to bookworm and version to 12.1.0
...
Also point to the r0-r1.diff, ready for the first point release!
2023-06-08 16:15:52 +02:00
Cyril Brulebois
c1312811c7
update-cd: stop setting REL.
...
No longer useful, since 94e83b3913
.
2023-06-08 16:13:05 +02:00
Cyril Brulebois
1bf32ce6a6
generate_firmware_patterns: refresh firmware-sof-signed metadata
...
There were no changes, but let's record this was checked right before
the release!
2023-06-07 16:01:51 +02:00
Cyril Brulebois
9d858acb1e
releasing version 3.2.1
2023-04-30 18:11:28 +02:00
Cyril Brulebois
b23ca3c198
tools/generate_di+k_list: Add zstd alongside initramfs-tools and busybox.
...
It's now getting installed by base-installer (starting with 1.212).
2023-04-27 18:25:41 +02:00
Steve McIntyre
5e2ad85ee7
Fix syntax error
2023-03-30 10:10:33 +01:00
Steve McIntyre
20dd2183d2
Remove long-dead docs reference to need-complete-mirror
2023-03-26 23:10:17 +01:00
Steve McIntyre
ae8cf8b946
Kill loadlin and the /tools dir
2023-03-26 23:10:03 +01:00
Steve McIntyre
def9376769
link.pl: make failures fatal
...
Don't just log things, we should stop hard...
2023-03-12 18:44:18 +00:00