diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-17 19:54:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-17 19:54:52 -0500 |
commit | 59c21a335258b88699cc632755682379e7a60dda (patch) | |
tree | 122a178c7a83f56b7304a2d9967773fc03f1f229 | |
parent | 004b0f528a3a564a10a6a626c4094a7c25dc2141 (diff) | |
download | hyperbola-docker-59c21a335258b88699cc632755682379e7a60dda.tar.lz hyperbola-docker-59c21a335258b88699cc632755682379e7a60dda.tar.xz hyperbola-docker-59c21a335258b88699cc632755682379e7a60dda.zip |
[README.md] minor fix
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -16,14 +16,13 @@ Usage - Generate bootstrap image with [hyperbola-bootstrap](https://git.sr.ht/~heckyel/hyperbola-bootstrap) -- Rename file to `bootstrap.tar.gz` +- Run - mv hyperbola-bootstrap.tar.gz bootstrap.tar.gz + ./tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz -- Run <code>./tar_fix.py --input=hyperbola-bootstrap-<i>date-architecture</i>.tar.gz --output=bootstrap.tar.gz</code>. -This will remove input tarball's top-level directory from all its component paths, and save that in the output tarball. -As a result its content starts at `/` rather than `x86_64/` or `i686/`, and so will the filesystem of the Docker image. -`tar_fix.py` needs Python 3.5 or later. +> This will remove input tarball's top-level directory from all its component paths, and save that in the output tarball. +> As a result its content starts at `/` rather than `x86_64/` or `i686/`, and so will the filesystem of the Docker image. +> `tar_fix.py` needs Python 3.5 or later. - Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory. |