From 8d3ada1c7f9c3bfd0487a5711529122139566fcd Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Jun 2023 22:54:44 +0200 Subject: [PATCH] more comments --- uefi-usb-boot-stick/createboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-usb-boot-stick/createboot.md b/uefi-usb-boot-stick/createboot.md index cd866d3..bb9f1f4 100644 --- a/uefi-usb-boot-stick/createboot.md +++ b/uefi-usb-boot-stick/createboot.md @@ -40,7 +40,7 @@ Format the partitions: ``` mkfs.ext2 ${DRIVE}1 # this will contain the images. 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