Steve McIntyre
549934c684
Only checksum the firmware.* files
2015-10-07 16:29:41 +01:00
Steve McIntyre
fd78147576
Latest update-cd config
2015-10-07 16:05:46 +01:00
Steve McIntyre
9ebd76d735
Checksum in the right dir
2015-10-07 16:05:33 +01:00
Steve McIntyre
62aa9771d3
Current update-cd setup
2015-10-07 15:51:42 +01:00
Steve McIntyre
b2f4c9643c
Updates for make-firmware-image:
...
Add firmware bundles in cpio.gz format too to help netboot users
Create checksums for firmware images
2015-10-07 15:43:46 +01:00
Steve McIntyre
85e8e44ba8
parse_isolinux: Support grub menuentry shortcuts for UEFI boot menus.
...
Closes : #798908
Backport from unstable.
2015-10-02 23:51:17 +01:00
Steve McIntyre
aeb8a31421
More source formats
2015-09-07 18:08:54 +01:00
Steve McIntyre
71738b0cba
Backport: Check for file size on update CD/DVD generation
2015-09-07 15:55:42 +01:00
Steve McIntyre
f2a1b5d4d3
Add kernels and other bits to armel/armhf images
...
Backported from master
2015-08-27 14:48:43 +01:00
Steve McIntyre
32d1152bf7
Backport VOLID shortening from master
2015-07-23 18:52:32 +01:00
Steve McIntyre
4bc7234624
Update the backported sort_deps fix to match master
2015-07-23 18:50:35 +01:00
Steve McIntyre
e90f0acdd2
Backport sort_deps fix from master
...
* tools/sort_deps: Improve handling of too-large packages. Previously,
the code would only check sizes for packages explicitly listed but
packages brought in due to dependency resolution would not be
checked. Now fixed.
2015-07-21 23:33:30 +01:00
Steve McIntyre
6c486dc82d
Add new top-level task Debian-edu-full for the larger BD/USB full image
2015-05-15 15:17:02 +01:00
Steve McIntyre
bdd890eca9
Add support for debian-edu builds
...
Copy in graphics and task data
2015-05-13 00:43:07 +01:00
Steve McIntyre
f8eff69478
Fix handlinkg of LOGOPNG when we've got "doppelganer" initramfs files
...
Backported from unstable, needed for debian-edu builds
2015-05-13 00:38:41 +01:00
Steve McIntyre
63dd4a07d0
Remove uncompressed translation files after compressing them
...
Backported from unstable, bugfix needed for building on jessie it
seems
2015-05-13 00:34:05 +01:00
Steve McIntyre
6acd330376
Remove mention of desktop choice from yaboot boot messages
...
Backport of fix for #783569
2015-04-28 00:34:38 +01:00
Steve McIntyre
b8e6fbc945
Release 3.1.17
2015-04-20 12:42:34 +01:00
Steve McIntyre
15fe89ea9a
Update files in contrib to match what's in daily use
...
Copied files across from the setup repo
2015-04-20 12:41:47 +01:00
Steve McIntyre
1fcc22f3ac
Latest popcon data
2015-04-16 15:29:29 +01:00
Steve McIntyre
0ad2c2dbdb
Fix up the partitioning for arm64 images so USB will work again
...
This code was using "-efi-boot-part", which works fine for booting but
creates images that d-i can't use: only the full disk or the ESP
partition would contain working filesystems, and d-i doesn't like that.
Instead, switch to appending the ESP as an extra partition on the end
of the image. This will take a small amount of extra space, but will
at least work reliably!
2015-04-16 15:24:01 +01:00
Steve McIntyre
8248615c03
Add rdnssd on disc 1 by default. Closes : #782299
2015-04-11 10:33:01 +01:00
Steve McIntyre
cd6276740e
Make the mac netinst actually a netinst
...
INSTALLER_CD F needs to look like a netinst too
2015-03-27 14:07:15 +00:00
Helge Deller
d7809ba841
[alpha] update changelog regarding alpha arch fixes
2015-03-06 08:43:23 +01:00
Helge Deller
39bdaf29b2
alpha: fix unpacking aboot-base, copy versioned vmlinuz file correctly.
2015-02-28 22:59:01 +01:00
Steve McIntyre
e799e742c0
Improve autorun.inf, make sure the disc icon displays
...
Closes : #772691 . Thanks to jnqnfe for initial patch, slightly tweaked.
2015-02-17 06:30:28 +00:00
Steve McIntyre
4e5ef691c4
Update kernel and related package lists for mips
...
Closes : #777711
2015-02-12 02:15:35 +00:00
Steve McIntyre
5c9c3b8f6d
indent fix
2015-02-07 23:24:49 +00:00
Steve McIntyre
7cd4192b40
update-cd: if we're doing torrents, make sure we include update CD
...
checksums in bt-$type too.
2015-02-07 23:15:57 +00:00
Steve McIntyre
8fb7c759b0
Merged lots of changes for x86 boot
2015-02-05 00:20:44 +00:00
Steve McIntyre
a46cc618f8
Indent cleanup
2015-02-05 00:18:41 +00:00
Steve McIntyre
6ada498416
More consistent debug message
2015-02-05 00:18:41 +00:00
Steve McIntyre
218757dd6f
Major refactor for better control of choice of EFI and BIOS boot
...
Split the code up and use BOOT_EFI and BOOT_BIOS to control which
goes where. We now support:
* BOOT_BIOS=1 BOOT_EFI=0 for BIOS boot only via an ElTorito boot
record (like debian-cd used to be before EFI support was added)
* BOOT_BIOS=1 BOOT_EFI=2 for standard BIOS boot as
primary ElTorito boot record and EFI as an alternate ElTorito boot
record (common case, just like we've been doing for amd64 in
debian-cd for a while)
* BOOT_BIOS=0 and BOOT_EFI=1 for *only* EFI boot as the primary
ElTorito boot record (new case, might be useful for some
Macs *maybe*)
Set BOOT_METHODS in the debian-cd environment to determine which of
these cases is desired in a given build.
Also removed the support for the "old" syslinux packaging layout, it's
not been around for a while now.
2015-02-05 00:18:40 +00:00
Steve McIntyre
26015951f6
Remove isolinux message - no longer needed
2015-02-05 00:18:40 +00:00
Steve McIntyre
d2b08bb059
Factor out the code for EFI boot slightly
...
Only use -eltorito-alt-boot when we need to
2015-02-05 00:18:40 +00:00
Steve McIntyre
aff1c7700d
If we're only doing EFI, copy the splash file from the BIOS boot dir
2015-02-05 00:18:40 +00:00
Steve McIntyre
e4a3987cbe
Remove old mentions of floppy in the code
2015-02-05 00:18:40 +00:00
Steve McIntyre
fc10046fba
Add extra options to control boot options on x86 CDs
2015-02-05 00:18:40 +00:00
Steve McIntyre
48e9042098
Current popcon data
2015-02-02 23:32:55 +00:00
Steve McIntyre
b228286310
Clean up arm64 boot stuff
...
Remove un-needed boot$N in the xorriso command line, we don't have
crappy BIOS lomitations.
Remove support for older xorriso versions.
Use new -efi-boot-part --efi-boot-image options to make an
isohybrid-style images with an explicit EFI partition. Will hopefully
make d-i happier with our images from USB.
2015-01-31 10:59:04 +00:00
Steve McIntyre
0f22f9517e
Add minor support / bug fixes for i386 EFI
2015-01-11 00:45:10 +00:00
Steve McIntyre
e5e09cffd5
eplace %ARCH% with the arch name
...
Extra feature, helpful for testing multi-arch CD builds
2015-01-11 00:43:27 +00:00
Steve McIntyre
322339fb4d
Force overwrite when creating efi.img boot files
2015-01-11 00:41:31 +00:00
Steve McIntyre
a3c80cd032
Copy all boot files out of efi.img - added for i386-efi support
2015-01-11 00:40:15 +00:00
Steve McIntyre
cb1b553227
Show all possible kernels - needed for i386-efi
2015-01-11 00:36:59 +00:00
Steve McIntyre
74d62ec35c
Remove over-verbose debug
2015-01-11 00:15:58 +00:00
Steve McIntyre
b6262a79e6
Missed a file for the -- to --- change
2014-11-18 00:45:15 +00:00
Steve McIntyre
2900545769
Change from -- to --- for kernel command line handling
...
Closes : #764676
2014-11-06 12:55:59 +00:00
Steve McIntyre
09363728c3
Fix logic for %install% editing
2014-11-05 14:18:53 +00:00
Steve McIntyre
f256a86827
More fixups for arm64 CD builds
...
* Actually put the kernel and initramfs on the CD (doh!)
* Replace the %install% variables with real paths
2014-11-05 13:58:04 +00:00