Add raid mountpoint to camelot
This commit is contained in:
parent
fb74188d21
commit
dc1724213f
|
@ -13,6 +13,11 @@
|
||||||
deviceUUID = "966d0ec0-7a7b-4987-91cf-6493e9f5126c";
|
deviceUUID = "966d0ec0-7a7b-4987-91cf-6493e9f5126c";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
mountpoint = "/srv";
|
||||||
|
deviceUUID = "329fe696-ad2f-4a86-b45f-8b143daf02d2";
|
||||||
|
fsType = "ext4";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
deviceUUID = "901B-0D68";
|
deviceUUID = "901B-0D68";
|
||||||
|
|
Loading…
Reference in a new issue