From 55f064aa88862a277d88786d6352f0c5ac15b99e Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Mon, 18 Oct 2021 15:39:12 +0200 Subject: [PATCH] sync with manjaro's settings --- calamares/modules/rawfs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/calamares/modules/rawfs.conf b/calamares/modules/rawfs.conf index 10e654a..bbc3690 100644 --- a/calamares/modules/rawfs.conf +++ b/calamares/modules/rawfs.conf @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# # Configuration for the rawfs module: raw filesystem copy to a block device --- @@ -22,3 +25,8 @@ targets: resize: true - mountPoint: /data source: /dev/mmcblk0p3 + +# To support testing, set the *bogus* key to true. No actual work is done, but the +# module's logic is exercised. + +# bogus: false