diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-23 21:47:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-23 21:47:10 -0500 |
commit | 4f5cd7469be49ada6334b6dd5ddc40df9cb23891 (patch) | |
tree | 03006a0a1668f5ee5231febe1d5d2e809d7fe843 | |
parent | b528f75079447a5884745aefee8b18353a7835f9 (diff) | |
download | book-4f5cd7469be49ada6334b6dd5ddc40df9cb23891.tar.lz book-4f5cd7469be49ada6334b6dd5ddc40df9cb23891.tar.xz book-4f5cd7469be49ada6334b6dd5ddc40df9cb23891.zip |
usb-booteable.md: fix missing step
-rw-r--r-- | install-hyperbola/usb-booteable.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install-hyperbola/usb-booteable.md b/install-hyperbola/usb-booteable.md index b6f0940..44670c2 100644 --- a/install-hyperbola/usb-booteable.md +++ b/install-hyperbola/usb-booteable.md @@ -12,6 +12,8 @@ It's easy: (parted) mktable GPT + (parted) mkpart primary fat32 1MiB -1 + (parted) quit 2) Create a FAT32 filesystem on such partition and setup a label. |