diff --git a/README.md b/README.md index fb02634..33a9411 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,11 @@ mkfs.vfat /dev/sda1 The result will be something like this at which point you can start the `setup.sh` script, see [How to run this?](#how-to-run-this) below for more details. ``` -# lsblk --paths -NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS -/dev/loop0 7:0 0 685.5M 1 loop /run/archiso/airootfs -/dev/sr0 11:0 1 808.3M 0 rom /run/archiso/bootmnt -/dev/sda 202:0 0 10G 0 disk -├─/dev/sda1 202:1 0 512M 0 part -└─/dev/sda2 202:2 0 9.5G 0 part +# lsblk --paths --output 'NAME,SIZE,FSTYPE,PARTTYPE,PARTTYPENAME,PTTYPE' /dev/sda +NAME SIZE FSTYPE PARTTYPE PARTTYPENAME PTTYPE +/dev/sda 10G gpt +├─/dev/sda1 512M vfat c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System gpt +└─/dev/sda2 9.5G 6a85cf4d-1dd2-11b2-99a6-080020736631 Solaris root gpt ``` ### Legacy BIOS