From fa64b5f6a20d34c7e52f137f9914659e5b971415 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Jun 2023 22:56:01 +0200 Subject: [PATCH] formatting --- uefi-usb-boot-stick/createboot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uefi-usb-boot-stick/createboot.md b/uefi-usb-boot-stick/createboot.md index bb9f1f4..5677deb 100644 --- a/uefi-usb-boot-stick/createboot.md +++ b/uefi-usb-boot-stick/createboot.md @@ -38,9 +38,9 @@ set 2 boot on 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 # label the partition +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 # label the partition ``` ## Synchronize files to the USB stick