mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
Some test data for fstab module
This commit is contained in:
parent
2276ce56f4
commit
a1b7d3639e
1 changed files with 14 additions and 0 deletions
14
src/modules/fstab/test.yaml
Normal file
14
src/modules/fstab/test.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
rootMountPoint: /tmp/mount
|
||||
partitions:
|
||||
- device: /dev/sda1
|
||||
fs: ext4
|
||||
mountPoint: /
|
||||
uuid: 2a00f1d5-1217-49a7-bedd-b55c85764732
|
||||
- device: /dev/sda2
|
||||
fs: swap
|
||||
uuid: 59406569-446f-4730-a874-9f6b4b44fee3
|
||||
mountPoint:
|
||||
- device: /dev/sdb1
|
||||
fs: btrfs
|
||||
mountPoint: /home
|
||||
uuid: 59406569-abcd-1234-a874-9f6b4b44fee3
|
Loading…
Add table
Add a link
Reference in a new issue