Helge Deller
451ab77444
hppa: adjust file paths to latest hppa debian-installer changes
2024-11-09 18:31:55 +01:00
dandan zhang
81bd9bf6ec
Add basic support for loongarch64
2024-09-25 10:46:15 +00:00
Aurelien Jarno
88a82cae73
Add support for UEFI booting on riscv64
2024-09-22 14:03:56 +00:00
Samuel Thibault
62844c08d4
Add hurd-amd64 boot case
2024-09-22 13:44:26 +00:00
Steve McIntyre
e9b4b3b768
Tweak setting of DI_DIR for sanity
2024-09-21 19:25:30 +01:00
Steve McIntyre
e7a468b6cc
Add initial support for making riscv64 images
...
They'll not be bootable yet, but let's make a start
2024-09-14 16:22:50 +01:00
g0tmi1k
0224aa50f4
boot-x86: Stop global replace on $ARCH
2024-03-04 12:24:44 +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
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
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
Steve McIntyre
5e2ad85ee7
Fix syntax error
2023-03-30 10:10:33 +01:00
Steve McIntyre
ae8cf8b946
Kill loadlin and the /tools dir
2023-03-26 23:10:03 +01:00
Steve McIntyre
7131e37390
Add new config option DISABLE_UEFI_32 to control mixed-mode EFI
...
on x86 builds. Closes : #1031424
2023-02-23 21:46:37 +00:00
Samuel Thibault
d94e9eb5b7
Fix missing %install% replacements
...
E.g. the ontimeout line of spkgtk.cfg includes both the kernel and initrd
paths on the same line, so need several %install% replacements.
2023-01-29 22:05:56 +01:00
Cyril Brulebois
14064e08a1
Replace all gzip -9 calls with pigz -9nm ones.
...
Some gzip calls have --no-name, which disables both the original name
and timestamp; use -n (disables original name) and -m (disables original
timestamp) for pigz, for all calls.
2023-01-23 19:30:35 +01:00
Steve McIntyre
beccc326ca
Drop verbosity
2022-12-29 04:02:20 +00:00
Steve McIntyre
bba0f2116c
Stop adding win32-loader stuff, it's dead
2022-12-29 03:57:01 +00:00
Steve McIntyre
8a8e623819
Add 32-bit EFI binaries to all amd64 images too
...
so we no longer need a multi-arch image for Bay Trail etc.
2022-12-29 03:54:45 +00:00
Steve McIntyre
2ef9e57ec0
Tweak the uuid search setup
...
Not all arches may have a grub.cfg, it seems. Don't fail there.
2022-11-28 10:24:00 +00:00
Steve McIntyre
d99baf29c5
Backport the UUID grub fix to bullseye too
2022-11-26 01:45:49 +00:00
Steve McIntyre
6d1fdf2446
Change how we find the installer when booting via grub-efi
...
instead of looking for the .disk/info file, use .disk/id/$UUID
instead. Closes : #1024346 , #1024720 .
2022-11-26 01:45:26 +00:00
Raphaël Hertzog
bbeab52f9a
Fix install_firmwares_initrd to not fail when the firmware is not found.
2022-08-05 09:12:54 +02:00
Samuel Thibault
daa1af93d0
On firmware images, include the sound firmwares
...
in the espeakup-enabled initrd itself. Closes : #992699
2022-02-14 18:31:18 +01:00
bauen1
465f9c335b
pass --invariant and -i deb00001 to mkfs.msdos
...
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2022-02-14 11:34:32 +01:00
Steve McIntyre
cb14a9f29b
Also update the code layout, sid->bookworm
2021-09-22 21:38:42 +01:00
Steve McIntyre
8ff621fcb6
Start bookworm development
...
Copy the bullseye dirs to bookworm as a start
2021-08-14 22:45:15 +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
Steve McIntyre
34b8379db4
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:27:03 +00:00
Steve McIntyre
fdf9f6739f
Enable graphical installer for arm64
...
Shift the extra_image helper function from boot-x86 to common.sh to
help.
Call extra_image with || true for now on boot-arm64 so we don't fail
builds straight away. Remove that || true later once we're happy
things work.
2020-04-20 18:23:45 +01:00
Raphaël Hertzog
ef9a3146cd
Add symlinks for kali-last-snapshot in data/, tasks/ and tools/boot/
2020-01-10 12:14:23 +01:00
Samuel Thibault
d29c2db629
Add hurd-i386 EFI support.
2019-11-17 19:10:37 +01:00
Samuel Thibault
6ea92b0aed
Drop support for xorriso versions before 1.2.2
2019-11-17 19:10:27 +01:00
Samuel Thibault
a20ba31742
Add missing newlines
2019-09-06 04:18:17 +02:00
Samuel Thibault
d131685f64
Keep grub resolution in EFI boot, to avoid tiny fonts
...
(closes : #935546 )
2019-08-23 22:02:17 +02: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
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
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
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
Samuel Thibault
3a588e90a5
Support dark theme boot entries
2019-02-08 18:52:37 +01:00