From dc69d82ab40d8af2cf1403f39c27db229f6e930a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Wed, 6 Aug 2025 19:40:50 -0600 Subject: [PATCH] debian-installer: update debian-installer for August 2025 --- .../debian-installer/003_medium_supported.patch | 2 +- .../005_customize-chromeos-devices-build.patch | 14 -------------- helpers/make-debian-installer | 4 ++-- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 helpers/DATA/debian-installer/005_customize-chromeos-devices-build.patch diff --git a/helpers/DATA/debian-installer/003_medium_supported.patch b/helpers/DATA/debian-installer/003_medium_supported.patch index 735a84a..8393a24 100644 --- a/helpers/DATA/debian-installer/003_medium_supported.patch +++ b/helpers/DATA/debian-installer/003_medium_supported.patch @@ -11,7 +11,7 @@ diff -Nru debian-installer-20210731+deb11u8+11.0trisquel13/build/config/arm64.cf --- debian-installer-20210731+deb11u8+11.0trisquel13/build/config/arm64.cfg 2023-05-12 13:48:56.073639701 -0600 +++ debian-installer-20210731+deb11u8+11.0trisquel13_/build/config/arm64.cfg 2023-05-12 14:00:45.351718688 -0600 @@ -1,4 +1,4 @@ --MEDIUM_SUPPORTED = cdrom netboot netboot-gtk device-tree u-boot +-MEDIUM_SUPPORTED = cdrom netboot netboot-gtk device-tree u-boot hd-media +MEDIUM_SUPPORTED = cdrom netboot device-tree u-boot KERNELMAJOR = 2.6 diff --git a/helpers/DATA/debian-installer/005_customize-chromeos-devices-build.patch b/helpers/DATA/debian-installer/005_customize-chromeos-devices-build.patch deleted file mode 100644 index 9f5ec6f..0000000 --- a/helpers/DATA/debian-installer/005_customize-chromeos-devices-build.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/build/config/x86.cfg b/build/config/x86.cfg -index 5ddc8cef..74ddad61 100644 ---- a/build/config/x86.cfg -+++ b/build/config/x86.cfg -@@ -443,8 +443,8 @@ arch_netboot_dir: x86_syslinux x86_grub_efi - mkdir -p $(TEMP_DEPTHCHARGE) - depthchargectl build -v \ - --board amd64-generic \ -- --kernel-release $(KERNELVERSION) \ -+ --kernel-release '' \ - --kernel $(TEMP_KERNEL) \ - --initramfs $(TEMP_INITRD) \ - --root none \ - diff --git a/helpers/make-debian-installer b/helpers/make-debian-installer index 7cb10c7..1078ecc 100644 --- a/helpers/make-debian-installer +++ b/helpers/make-debian-installer @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=18.10.testing +VERSION=18.11.testing EXTERNAL='deb-src http://ftp.debian.org/debian trixie main' REPOKEY=0E98404D386FA1D9 NETINST=true @@ -123,7 +123,7 @@ sed -i 's|\$platform-signed/grub|\$platform/monolithic/grub|' build/util/efi-ima sed -i 's|\$efi_name-installer.efi|\$efi_name.efi|' build/util/efi-image # enable experimental ChromeOS devices support with depthcharge -patch_p1 $DATA/005_customize-chromeos-devices-build.patch +#patch_p1 $DATA/005_customize-chromeos-devices-build.patch ##EO-TODO rm -r build/boot/artwork/11-homeworld