Hi, is it time to switch the installer to forky?
Holger diff --git a/build/config/common b/build/config/common index f1e733715..7d951f4e4 100644 --- a/build/config/common +++ b/build/config/common @@ -44,13 +44,13 @@ PRESEED = DPKG_UNPACK_OPTIONS = # The codename of the Debian release that should be installed by default. -DEBIAN_RELEASE = trixie +DEBIAN_RELEASE = forky # The version (number and codename) of the Debian release targeted by the # installation images. (Only the codename is used while the version number # has not yet been determined.) -DEBIAN_VERSION = 13 (trixie) -DEBIAN_VERSION ?= trixie +DEBIAN_VERSION = 14 (forky) +DEBIAN_VERSION ?= forky # Define here from what release (codename!) components (udebs) should be taken # to build debian-installer. By default this is set to 'unstable' for building diff --git a/debian/rules b/debian/rules index 426147c44..0e40385d4 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ USE_UDEBS_FROM=unstable TRANSSTATUS= BOOTMENU_BEEP=n else -USE_UDEBS_FROM=trixie +USE_UDEBS_FROM=forky USE_PROPOSED_UPDATES=0 TRANSSTATUS=translation-status BOOTMENU_BEEP=y -- Holger Wansing <[email protected]> PGP-Fingerprint: 496A C6E8 1442 4B34 8508 3529 59F1 87CA 156E B076

