From 59c21a335258b88699cc632755682379e7a60dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 17 Feb 2021 19:54:52 -0500 Subject: [README.md] minor fix --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 824979f..3067314 100644 --- a/README.md +++ b/README.md @@ -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 ./tar_fix.py --input=hyperbola-bootstrap-date-architecture.tar.gz --output=bootstrap.tar.gz. -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. -- cgit v1.2.3