Steve McIntyre
e751f6f630
Fix sed delimiters in various scripts
...
Found by Steev - "," is not a safe delimiter to use in various
places. Switch to "|" instead.
2021-01-16 15:37:37 +00:00
Steve McIntyre
9d11b2311e
When compressing translations, remove the uncompressed version
...
It may cause build problems later if we keep it around
2020-12-15 12:35:45 +00:00
Steve McIntyre
b60845a775
Cope with different issues found in testing the code for ABI udebs
...
Deal with various edge cases
2020-09-28 23:54:07 +01:00
Steve McIntyre
692a5012f1
Only include kernel udebs for the highest ABI we know about
...
Don't waste space on installation media with older udebs from the
archive that have been kept around for other users.
2020-09-28 23:53:46 +01:00
Steve McIntyre
05f47eb53f
Backport update_popcon fix
2020-08-01 12:46:48 +01:00
Steve McIntyre
bc5ef1c66e
Also add the firmware message for m-a disks
2019-11-08 15:01:22 +00:00
Steve McIntyre
ac7792b8c1
Add a "with firmware" text to the DISKINFO string when appropriate
2019-11-08 14:47:04 +00:00
Steve McIntyre
68f5b13740
Fix up ordering in imagesums
...
"find" doesn't care about ordering in the way I thought, so use
separate find calls instead
2019-10-18 18:59:00 +01:00
Samuel Thibault
b2b7e7da3c
Add missing newlines
2019-09-07 15:52:34 +01:00
Samuel Thibault
a4347789ca
Keep grub resolution in EFI boot, to avoid tiny fonts
...
(closes : #935546 )
Backport fix to buster
2019-08-23 21:17:25 +01:00
Steve McIntyre
db1a62f8ac
Start bullseye development
...
Copy the buster dirs to bullseye as a start
2019-07-07 01:22:46 +01:00
Steve McIntyre
e06965f2d6
Add shim-signed and grub-efi-arm64-signed to the arm64 pkg list
2019-07-06 19:16:33 +01:00
Steve McIntyre
330c63e67d
Tweak recompress code
2019-07-06 11:19:02 +01:00
Steve McIntyre
6ae364773a
Tweak logging again
2019-07-06 10:53:40 +01:00
Steve McIntyre
a06b008b2f
Add more logging around the recompress() step
2019-07-06 10:42:27 +01:00
Steve McIntyre
389917c003
Change a load of http URLs to use https instead
2019-07-05 18:26:43 +01:00
Steve McIntyre
890ab6645a
Add support for USB sticks any integer multiple of 1GB in size.
...
Factor out the common code, support anything called STICKnnnGB where
nnn is any integer
2019-06-18 23:59:01 +01:00
Steve McIntyre
114e8a3e55
Add explicit support got 16G USB images
2019-06-17 01:40:25 +01:00
Steve McIntyre
5ef7fc71db
Drop lilo and elilo
2019-05-20 12:51:45 +01:00
Steve McIntyre
20ea646b16
Force shim-signed to be on CD#1 for i386
2019-05-20 12:45:46 +01:00
Steve McIntyre
0d3a0dbb66
Make the 686-pae kernels optional on media
...
So we can drop them for multi-arch netinst images - need to define
ARCH_i386_EXCLUDE_686_PAE_KERNEL
2019-05-20 12:44:54 +01:00
Steve McIntyre
9fa12704bf
Tweak ordering of snapshot URLs
...
Put snapshot.d.o last in the list in jigdo files, to reduce load on
the service.
2019-05-14 14:30:47 +01:00
Steve McIntyre
20b544918d
Tweak grub menu theming
...
Add a png to use as highlighting for the selected menu item, and play
with colours a little
2019-05-12 02:13:47 +01:00
John Paul Adrian Glaubitz
3d736a5810
Switch bootloader from silo to grub-ieee1275 on sparc64
2019-05-09 16:43:26 +02:00
John Paul Adrian Glaubitz
a364f3b9d5
Switch bootloader from silo to grub-ieee1275 on sparc
2019-05-09 16:41:09 +02:00
John Paul Adrian Glaubitz
1e09a3153f
Switch bootloader from yaboot to grub-ieee1275 on ppc64
2019-05-09 16:37:43 +02:00
John Paul Adrian Glaubitz
4940b6b64d
Switch bootloader from yaboot to grub-ieee1275 on powerpc
2019-05-09 16:34:23 +02:00
John Paul Adrian Glaubitz
6544f2d076
Switch bootloader from elilo to grub-efi-ia64 on ia64
2019-04-30 23:10:14 +02:00
John Paul Adrian Glaubitz
070d2bea52
Remove elilo from tools/generate_di+k_list on {i386,ia64}
2019-04-24 12:58:30 +02:00
John Paul Adrian Glaubitz
b937afe501
Add grub-efi{,{-ia64,{-bin}}} to tools/generate_di+k_list on ia64
2019-04-24 12:57:29 +02:00
Steve McIntyre
94df26ad06
More logging cosmetic tweaks
2019-03-21 14:34:22 +00:00
Steve McIntyre
d80cd0b990
Exit on errors in boot-armhf
2019-03-21 14:34:22 +00:00
Steve McIntyre
2baefff77e
Tweak EFI common code setup some more
2019-03-21 14:34:22 +00:00
Steve McIntyre
5ebd3a8a95
Cosmetic tweaks to logging
2019-03-21 14:34:22 +00:00
Steve McIntyre
bb7e7bf9b9
Remove massively obsolete disks-$ARCH stuff
...
That went away with boot floppies!
2019-03-21 14:34:22 +00:00
Steve McIntyre
53cfc9f3f5
Tweak logging for release notes
2019-03-21 14:34:22 +00:00
Steve McIntyre
4fdd13cc0c
Add more info when removing old dedications
2019-03-21 14:34:22 +00:00
Steve McIntyre
0f8a2f2387
Enable EFI boot support for armhf
...
Mostly copied from the arm64 support, but also copy in the images like
previously for non-efi platforms.
Move the old boot-arm-common code back into boot-armel now it's no
longer common.
2019-03-21 14:34:22 +00:00
Steve McIntyre
15ab1a98d2
Factor out common code for calculating ESP size
...
Use it for both x86 and arm64
2019-03-21 14:32:54 +00:00
Wolfgang Schweer
f1adacb899
Set adjusted cd_type for incomplete BD image
...
If COMPLETE=0 is set, the content should rather be
"bluray/not_complete" instead of just "not_complete". This would allow
one to build offline usable Edu BDs.
2019-02-11 17:03:26 +00:00
Steve McIntyre
dca9045c6d
Merge branch 'sthibault/debian-cd-master'
2019-02-11 16:50:01 +00:00
Steve McIntyre
44ea4bc0e3
Add grub-efi packages to armhf media
2019-02-11 16:37:39 +00:00
Samuel Thibault
3a588e90a5
Support dark theme boot entries
2019-02-08 18:52:37 +01:00
Steve McIntyre
dc48123273
Revert "start_new_disc: correct disk/cd-type for all types"
...
This reverts commit 15b482d49e
.
Undo this change for now, as it's causing unexpected issues in
d-i. Changes here need to match up with the code in apt-setup to make
sure we get sensible behaviour all round.
Revisit this after the d-i alpha 5 relese.
2019-01-25 23:58:47 +00:00
Steve McIntyre
a7328f65da
Merge branch 'system' into 'master'
...
make_disc_trees: don't use system() for trivial things
See merge request images-team/debian-cd!2
2019-01-23 23:04:57 +00:00
Julien Cristau
c68062b624
make_disc_trees: don't use system() for trivial things
...
Fair warning: completely untested and I don't know perl.
2019-01-23 23:50:36 +01:00
Julien Cristau
97dbce1c22
make_disc_trees: don't reopen the log over and over
2019-01-23 23:34:01 +01:00
Holger Levsen
6114c16dfc
include/exclude more packages for Edu BD image
...
Thanks to Wolfgang Schweer for the patch.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-01-15 18:45:31 +01:00
Steve McIntyre
3e0615992c
Tweak the EFI dir naming
2019-01-15 12:59:13 +00:00
Steve McIntyre
6fb5c246d8
Make mcopy calls less verbose
...
Turned on when debugging, not needed now
2019-01-13 18:25:42 +00:00