5-auto-regen-zbm #13

Merged
hygienic-books merged 15 commits from 5-auto-regen-zbm into main 2023-10-27 01:09:08 +00:00
Showing only changes of commit a00b8e8009 - Show all commits

View File

@ -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. 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 # lsblk --paths --output 'NAME,SIZE,FSTYPE,PARTTYPE,PARTTYPENAME,PTTYPE' /dev/sda
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS NAME SIZE FSTYPE PARTTYPE PARTTYPENAME PTTYPE
/dev/loop0 7:0 0 685.5M 1 loop /run/archiso/airootfs /dev/sda 10G gpt
/dev/sr0 11:0 1 808.3M 0 rom /run/archiso/bootmnt ├─/dev/sda1 512M vfat c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System gpt
/dev/sda 202:0 0 10G 0 disk └─/dev/sda2 9.5G 6a85cf4d-1dd2-11b2-99a6-080020736631 Solaris root gpt
├─/dev/sda1 202:1 0 512M 0 part
└─/dev/sda2 202:2 0 9.5G 0 part
``` ```
### Legacy BIOS ### Legacy BIOS