This disko config is not working, corrupts the system, let's just comment it out for now :)
This commit is contained in:
parent
b108e8a1ac
commit
dba9cffb91
|
@ -41,23 +41,23 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
sdc = {
|
#sdc = {
|
||||||
device = "/dev/sdc";
|
#device = "/dev/disk/by-path/pci-0000:06:00.0-ata-2";
|
||||||
type = "disk";
|
#type = "disk";
|
||||||
content = {
|
#content = {
|
||||||
type = "gpt";
|
#type = "gpt";
|
||||||
partitions = {
|
#partitions = {
|
||||||
root = {
|
#root = {
|
||||||
size = "100%";
|
#size = "100%";
|
||||||
content = {
|
#content = {
|
||||||
type = "filesystem";
|
#type = "filesystem";
|
||||||
format = "ext4";
|
#format = "ext4";
|
||||||
mountpoint = "/media";
|
#mountpoint = "/media";
|
||||||
};
|
#};
|
||||||
};
|
#};
|
||||||
};
|
#};
|
||||||
};
|
#};
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
lvm_vg = {
|
lvm_vg = {
|
||||||
pool = {
|
pool = {
|
||||||
|
|
Loading…
Reference in a new issue