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