Unverified Commit 75f082f9 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

calamares-nixos-extensions: Remove BIOS boot partition (#499070)

parents 6cde29a3 b29093c6
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -22,17 +22,7 @@ availableFileSystemTypes:

showNotEncryptedBootMessage: false

bios:
    mountPoint: "/boot"
    minimumSize: 512MiB
    recommendedSize: 1GiB
    label: "BOOT"

partitionLayout:
    - name: "boot"
      filesystem: "ext4"
      mountPoint: "/boot"
      size: 1GiB
    - name: "root"
      filesystem: "unknown"
      noEncrypt: false