Fix disko type
This commit is contained in:
parent
a5eb89cdb8
commit
50a3536007
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1";
|
||||||
content = {
|
content = {
|
||||||
format = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
BOOT = {
|
BOOT = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1";
|
||||||
content = {
|
content = {
|
||||||
format = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
BOOT = {
|
BOOT = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1";
|
||||||
content = {
|
content = {
|
||||||
format = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
BOOT = {
|
BOOT = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
|
|
Loading…
Reference in a new issue