blob: 43edd140f22a26129e925ae31e6d4aa6e4882796 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block xd
(filecon "/dev/xd[^/]+" block stordev_context)
(blockinherit .stordev.base_template)
(blockinherit .stordev.macro_template_blk_files))
|