From f389d9654ee5d6d7b6bb701ded250aaf7a0ccce8 Mon Sep 17 00:00:00 2001 From: Ferass El Hafidi Date: Fri, 5 Jun 2026 17:00:49 +0000 Subject: [PATCH] deviceinfo_schema: deprecate deviceinfo_tmp_as_tmpfs It was rarely if ever used. Signed-off-by: Ferass El Hafidi Part-of: --- deviceinfo_schema.toml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/deviceinfo_schema.toml b/deviceinfo_schema.toml index 3c32bcab4..0f90e40e0 100644 --- a/deviceinfo_schema.toml +++ b/deviceinfo_schema.toml @@ -119,13 +119,6 @@ description = "The size of the ZRAM swap is based on a percentage of the device' datatype = "integer" integer_interval = "[0, 100]" -[variable.metadata.tmp_as_tmpfs_size] -description = """ -The size at which /tmp will be mounted from memory as tmpfs. If set to 0, no mounting will happen. - -This value is passed directly to the tmpfs size= param, e.g., 50% and 2g. See `man tmpfs` for more information. -""" - [variable.metadata.disable_dhcpd] description = "Do not set the static ip to the network interface and do not run the DHCP daemon on it. This makes sense for devices with an ethernet port, like the Raspberry Pi" datatype = "boolean" @@ -536,6 +529,15 @@ description = "Name of the Mesa driver used by a given device." fate = "obsolete" epitaph = "This was used by osk-sdl, which has been replaced by unl0kr." +[variable.metadata.tmp_as_tmpfs_size] +description = """ +The size at which /tmp will be mounted from memory as tmpfs. If set to 0, no mounting will happen. + +This value is passed directly to the tmpfs size= param, e.g., 50% and 2g. See `man tmpfs` for more information. +""" +fate = "obsolete" +epitaph = "No devices ever used it, was only ever supported in OpenRC. Edit /etc/conf.d/tmpfs (OpenRC) or override the tmp.mount unit file (systemd) instead." + ## Flash [variable.flash.flash_fastboot_vendor_id]