logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: c6bb5e25a4813249de4510ecaf6b145175c8ef8a
parent b76871a339661c6b0693c2920eefb89df559814f
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Thu,  6 May 2021 22:51:27 +0100

Merge pull request #114 from fgeorgatos/patch-1

fix minor typos

Diffstat:

Msysa.py4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysa.py b/sysa.py @@ -83,7 +83,7 @@ class SysA: def get_file(self, url, mkbuild=False, output=None): """ - Download and prepares source packages + Download and prepare source packages url can be either: 1. a single URL @@ -131,7 +131,7 @@ class SysA: def prepare(self): """ - Prepare directory structore for System A. + Prepare directory structure for System A. We create an empty tmpfs, unpack stage0-posix. Rest of the files are unpacked into more structured directory /after """