mirror of https://github.com/cutefishos/calamares
We can now test mount with testmodule.py: remove the test main()
parent
35d2a10177
commit
aef2b7e9e7
@ -0,0 +1,10 @@
|
||||
partitions:
|
||||
- device: "/dev/sdb1"
|
||||
mountPoint: "/"
|
||||
fs: "ext4"
|
||||
- device: "/dev/sdb2"
|
||||
mountPoint: "/home"
|
||||
fs: "ext4"
|
||||
- device: "/dev/sdb3"
|
||||
mountPoint: ""
|
||||
fs: "linuxswap"
|
||||
Loading…
Reference in New Issue