blob: 61c8ec24cb197aecaa832921f9d5c239ee4927a7 (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block udf
(genfscon "udf" "/" fs_context)
(blockinherit .noseclabelfs.template))
|