Builder for live images based on Debian
Go to file
David Hewitt 5bff71fea2 Follow symlinks while copying shim files
The shim EFI file on Ubuntu can be a symlink, as it may be in the alternatives system, so
previously, when calculating the size of the FAT32 partition, we would measure the size of the
symlink instead of the actual file and get "Disk full" errors when trying to copy the files into
the new FAT32 partition.

If we dereference the file on copy, we get the actual file and can calculate the size accurately.

```
lrwxrwxrwx. 1 root root   36 Jul 12 20:04 bootx64.efi -> /etc/alternatives/shimx64.efi.signed
```
2023-07-15 12:59:39 +00:00
data/debian-cd Adding symlink for udeb data for bookworm 2021-12-03 19:57:33 +01:00
debian Set additional meta information 2023-07-15 14:01:23 +02:00
examples Fix detection of fonts in initrd 2023-03-19 08:40:46 +01:00
frontend get rid of a couple of useless variables 2020-05-04 13:21:12 +01:00
functions Filter the firmware list (Closes: 1035382) 2023-07-09 11:59:00 +02:00
manpages Introduce '--debian-installer-distribution git'. 2022-05-17 08:48:44 +02:00
scripts Follow symlinks while copying shim files 2023-07-15 12:59:39 +00:00
share UEFI-secure: Use the signed font 2023-04-30 12:53:32 +02:00
test Set additional meta information 2023-07-15 14:01:23 +02:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Mark the phony targets in the Makefile 2022-01-07 10:12:28 +01:00