blob: 751878b1bb1cd83878dc9a359e2d5134e18af7ee (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block zram
(filecon "/dev/zram[0-9]+" block stordev_context)
(blockinherit .stordev.base_template)
(blockinherit .stordev.macro_template_blk_files))
|