blob: 5de1eb2cffc91903600e68b4e18e939095fd4c8e (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block f2fs
(genfscon "sysfs" "/fs/f2fs" sysfile_context)
(blockinherit .sysfile.fs.template)
(blockinherit .sysfile.macro_template_dirs))
|