Fix disko type

This commit is contained in:
albert 2024-02-20 21:33:35 +09:00
parent a5eb89cdb8
commit 50a3536007
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;