aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-07-22 18:11:37 -0500
committerJesús <heckyel@hyperbola.info>2020-07-22 18:11:37 -0500
commitda7313fb5cfd2b2c524f4a2dd1faa426d6db063d (patch)
tree0c3a06b5eb98d29622ce8d22ae911c98c6decdb9
parent379d61253a14671f222e43d88b8d32541ec037e2 (diff)
downloadbook-da7313fb5cfd2b2c524f4a2dd1faa426d6db063d.tar.lz
book-da7313fb5cfd2b2c524f4a2dd1faa426d6db063d.tar.xz
book-da7313fb5cfd2b2c524f4a2dd1faa426d6db063d.zip
improved doc label version
-rw-r--r--install-hyperbola/usb-booteable.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/install-hyperbola/usb-booteable.md b/install-hyperbola/usb-booteable.md
index 975d005..b6f0940 100644
--- a/install-hyperbola/usb-booteable.md
+++ b/install-hyperbola/usb-booteable.md
@@ -16,7 +16,7 @@ It's easy:
2) Create a FAT32 filesystem on such partition and setup a label.
- # mkfs.vfat -F 32 -n HYPER_v031 <DEV-TARGET-N>
+ # mkfs.vfat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
3) Mount target filesystem.
@@ -32,6 +32,7 @@ It's easy:
## Notes
+- `<FS-LABEL>`: `HYPER_v031` for example
- `<DEV-TARGET>`: `/dev/sdc` for example
- `<DEV-TARGET-N>`: `/dev/sdc1` for example
- `<MNT-TARGET-N>`: `/mnt` for example