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