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
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
Steve McIntyre
f0375b21ea
Munge the EFI boot support code to make Secure Boot work
...
We don't need to do much here, just pass on what the d-i build already
set up for us. Previously, we assumed too much knowledge about the
contents of the efi.img we were given. Now simply copy all of it.
(This is only really necessary due to us wanting to merge the efi.img
for multiple architectures. This is likely to get harder with
clashing files... :-/)
2019-01-10 21:31:19 +00:00
John Paul Adrian Glaubitz
c86bc763e3
Use compressed kernel image by default in boot-hppa
2018-05-08 11:25:31 +02:00
Steve McIntyre
6112370e0a
Ensure that in all places where we use -J we also use --joliet-long
...
Thanks to Thomas Schmitt again for a clear bug report!
2018-02-10 00:29:15 +00:00
Steve McIntyre
915ea96579
Remove the executable bit from various shell function files
2018-02-04 00:53:48 +00:00
Vagrant Cascadian
aca40b24ec
Support KERNEL_PARAMS in arm64 ( Closes : #884552 )
2018-02-04 00:37:35 +00:00
Steve McIntyre
8714e849ad
Fix isolinux config parsing. Thanks to Philipp Hahn for the patch.
...
Closes : #886655
2018-02-04 00:30:08 +00:00
Steve McIntyre
279c304f89
Fix up the 'unreleased' addition
2017-10-12 11:06:07 +01:00
John Paul Adrian Glaubitz
664ed6c3d1
Add unreleased to dist search list in find_pkg_file()
2017-10-08 22:02:54 +02:00
John Paul Adrian Glaubitz
90d2b27cc0
Fix install location of amiga.info icon file
2017-10-05 23:56:26 +02:00
John Paul Adrian Glaubitz
d2a4f9c9c2
Strip "images/cdrom" suffix from mirror DI_DIR path in boot-alpha
2017-09-29 14:13:41 +02:00
John Paul Adrian Glaubitz
4c8b55f6fe
Fix relative d-i path for kernel images and initrd in boot-alpha
2017-09-08 10:56:14 +02:00
John Paul Adrian Glaubitz
2b9b429245
Fix relative d-i path for kernel images and initrd in boot-sparc64
2017-09-06 14:13:51 +02:00