deviceinfo_schema: deprecate deviceinfo_tmp_as_tmpfs

It was rarely if ever used.

Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8737>
This commit is contained in:
Ferass El Hafidi 2026-06-05 17:00:49 +00:00 committed by The Friendly Meow (merge) Bot
parent 604e0acda3
commit f389d9654e
No known key found for this signature in database

View file

@ -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]