|
|
@ -4,7 +4,7 @@
|
|
|
|
"mode": "Auto",
|
|
|
|
"mode": "Auto",
|
|
|
|
"efi": true,
|
|
|
|
"efi": true,
|
|
|
|
"partitions": [
|
|
|
|
"partitions": [
|
|
|
|
"/home:sdb:btrfs" // This would be disk /dev/sdb, formatted with btrfs mounted at /home
|
|
|
|
"/home:sdb2:btrfs" // This would be partition /dev/sdb2, formatted with btrfs mounted at /home
|
|
|
|
] // this is only needed for manual partitioning, it would contain all the partitions for jade to use and the filesystem as well as mountpoint
|
|
|
|
] // this is only needed for manual partitioning, it would contain all the partitions for jade to use and the filesystem as well as mountpoint
|
|
|
|
// Note that the mountpoint has the root at the installation destination, so instead of /mnt/boot it would be /boot
|
|
|
|
// Note that the mountpoint has the root at the installation destination, so instead of /mnt/boot it would be /boot
|
|
|
|
},
|
|
|
|
},
|
|
|
|