Update new quadcore-292465 after getting initial deploy to work
This commit is contained in:
parent
5145104a16
commit
8417871a6d
2 changed files with 8 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
disko.devices = {
|
||||
disk = {
|
||||
root = {
|
||||
device = "/dev/sdb";
|
||||
device = "/dev/disk/by-id/ata-SATA_SSD_18072512000554";
|
||||
type = "disk";
|
||||
content = {
|
||||
type = "gpt";
|
||||
|
|
@ -35,8 +35,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
/*
|
||||
data = {
|
||||
device = "/dev/sda";
|
||||
device = "/dev/sdb";
|
||||
type = "disk";
|
||||
content = {
|
||||
type = "gpt";
|
||||
|
|
@ -55,6 +56,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
lvm_vg = {
|
||||
pool = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue