more comments

This commit is contained in:
root 2023-06-17 22:54:44 +02:00
parent 90131cb8f6
commit 8d3ada1c7f

View File

@ -40,7 +40,7 @@ Format the partitions:
``` ```
mkfs.ext2 ${DRIVE}1 # this will contain the images. mkfs.ext2 ${DRIVE}1 # this will contain the images.
mkfs.vfat ${DRIVE}2 # this will contain the UEFI bootloader and grub.cfg mkfs.vfat ${DRIVE}2 # this will contain the UEFI bootloader and grub.cfg
e2label ${DRIVE}1 RESCUE e2label ${DRIVE}1 RESCUE # label the partition
``` ```
## Synchronize files to the USB stick ## Synchronize files to the USB stick