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:
parent
604e0acda3
commit
f389d9654e
1 changed files with 9 additions and 7 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue