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
John Paul Adrian Glaubitz
9bfd41c22b
Fix relative d-i path for kernel images and initrd in boot-hppa
2017-09-06 13:54:37 +02:00
Steve McIntyre
00eb0a453e
More buster setup
2017-06-19 14:07:09 +01:00
Steve McIntyre
f2d86bff11
Start buster, simply copying stretch for now
2017-06-19 14:00:05 +01:00
Steve McIntyre
97bc2c3dac
Refactor boot scripts
...
Move sourced/shared scripts to boot-*-common
Rearrange common definitions in each boot script to make them more
similar
Add common support for %ARCH% substitutions in DI_WWW_HOME
Fix boot-alpha to use which_deb when looking for aboot
Merge mips* together, using boot-mips-common
2017-05-03 18:02:29 +01:00
Steve McIntyre
3fce3f7d98
more boot script cleanups
2017-05-03 11:31:46 +01:00
Steve McIntyre
b6b7c3801a
Refactor the non-cd-booting code
...
we've already got code to copy the d-i images into a handy place for
users. Move it into a common function and reference that for all the
arches affected.
2017-05-03 10:51:13 +01:00
Steve McIntyre
8ab1d6933c
Drop ancient references to NONUS
2017-05-03 10:40:34 +01:00
Steve McIntyre
9815b0abe3
Add stub for mips64el boot support, so we can build images for it
2017-05-02 23:43:15 +01:00
Samuel Thibault
65e2a1c89b
Fix parsing nested menus
2017-04-18 02:13:07 +02:00
Samuel Thibault
5946c6ef32
Add support for grub submenu hotkeys
2017-03-29 02:48:12 +02:00
Raphaël Hertzog
69e54c84a5
Add {data,tasks,tools/boot}/{kali-dev,kali-rolling} symlinks
...
Those symlinks make it easier to build Kali images with debian-cd.
They are pointing to "sid" so that they are automatically updated
when the underlying symlink is updated. It makes senses since Kali
is a rolling distribution based on Debian Testing.
2017-01-27 14:01:11 +01:00
Steve McIntyre
0c6c1c04d4
Indent fixes
2016-05-10 10:17:32 +01:00
Steve McIntyre
9223ab7dbb
Tweak the mtools fix again for x86
2016-05-10 10:17:19 +01:00
Steve McIntyre
7776250163
Properly fix the mtools problem
2016-05-10 10:00:27 +01:00
Steve McIntyre
b41ebd8607
Add workaround for dosfstools issue ( #823881 )
2016-05-10 01:26:05 +01:00