formatting
This commit is contained in:
@@ -38,9 +38,9 @@ set 2 boot on
|
|||||||
|
|
||||||
Format the partitions:
|
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 # label the partition
|
e2label ${DRIVE}1 RESCUE # label the partition
|
||||||
```
|
```
|
||||||
|
|
||||||
## Synchronize files to the USB stick
|
## Synchronize files to the USB stick
|
||||||
|
|||||||
Reference in New Issue
Block a user