From 19272eb0eed2f83e3127dbd2a60ed5a9d0c7bcb8 Mon Sep 17 00:00:00 2001 From: bronze Date: Sun, 20 Feb 2022 03:16:16 -0500 Subject: [PATCH] Update 'README.md' spacing --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 310a914..3fe1ae2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ scripts to use squashfs to dramatically reduce the size of `/var/db/repos/gentoo Probably not. Chances are if you're running Gentoo you've never noticed how much space `/var/db/repos/gentoo` takes up. You would only care if you're running Gentoo on ARM chinky boards with low storage / write speeds. Or if you're me, running it on a chromebook with like 16Gb of storage... ## MASTER / SLAVE structure: -My trick here is to use a MASTER computer (like a server you run 24/7 or a beefy desktop) that also runs Gentoo. The MASTER compresses its copy of the Gentoo repo into a file using squashfs. The SLAVE downloads this copy into a folder and mounts it at `/var/db/repos/gentoo`. The files are still there as far as the SLAVE's portage cares, so you can proceed to install packages as normal. **Also both master and slave need the** `sys-fs/squashfs-tools` **package!!** +My trick here is to use a MASTER computer (like a server you run 24/7 or a beefy desktop) that also runs Gentoo. The MASTER compresses its copy of the Gentoo repo into a file using squashfs. The SLAVE downloads this copy into a folder and mounts it at `/var/db/repos/gentoo`. The files are still there as far as the SLAVE's portage cares, so you can proceed to install packages as normal. + +**Also both master and slave need the** `sys-fs/squashfs-tools` **package!!** In short: