diff options
author | Jesús <heckyel@hyperbola.info> | 2020-07-22 18:08:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-07-22 18:08:21 -0500 |
commit | 379d61253a14671f222e43d88b8d32541ec037e2 (patch) | |
tree | 7e937a5242e0fd745820c6506489243864bd7d6e | |
parent | 64381ceee106a53217bccfd33b6f214135081671 (diff) | |
download | book-379d61253a14671f222e43d88b8d32541ec037e2.tar.lz book-379d61253a14671f222e43d88b8d32541ec037e2.tar.xz book-379d61253a14671f222e43d88b8d32541ec037e2.zip |
Add notes
-rw-r--r-- | install-hyperbola/usb-booteable.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/install-hyperbola/usb-booteable.md b/install-hyperbola/usb-booteable.md index 87393cf..975d005 100644 --- a/install-hyperbola/usb-booteable.md +++ b/install-hyperbola/usb-booteable.md @@ -29,3 +29,10 @@ It's easy: 5) Unmount target filesystem. # umount <MNT-TARGET-N> + +## Notes + +- `<DEV-TARGET>`: `/dev/sdc` for example +- `<DEV-TARGET-N>`: `/dev/sdc1` for example +- `<MNT-TARGET-N>`: `/mnt` for example +- `<ISO-SOURCE>`: `$HOME/Downloads/hyperbola.iso` for example |