mirror of https://github.com/cutefishos/calamares
[rawfs] Minor testing support
- set *bogus* to do no harm - add some test configurationsmain
parent
dc87c11ac4
commit
74fb88f9ac
@ -0,0 +1,9 @@
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
|
||||
partitions:
|
||||
- mountPoint: /
|
||||
device: /dev/sda1
|
||||
fs: ext4
|
||||
- mountPoint: /home
|
||||
device: /dev/sda2
|
||||
fs: ext4
|
@ -0,0 +1,14 @@
|
||||
# Testing configuration for rawfs
|
||||
|
||||
---
|
||||
|
||||
targets:
|
||||
- mountPoint: /
|
||||
source: /
|
||||
- mountPoint: /home
|
||||
source: /images/home.img
|
||||
resize: true
|
||||
- mountPoint: /data
|
||||
source: /dev/mmcblk0p3
|
||||
|
||||
bogus: true
|
Loading…
Reference in New Issue