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