feat(gengetsu): label boot not uuid

This commit is contained in:
Kat Inskip 2024-11-21 15:10:14 -08:00
parent 2f704e4f16
commit 9377c4e72e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -32,7 +32,7 @@
fsType = "xfs";
};
"/boot" = {
device = "/dev/disk/by-uuid/CA62-7FDF";
device = "/dev/disk/by-label/boot";
fsType = "vfat";
options = ["fmask=0077" "dmask=0077"];
};