From 426cc42176f42d40daecd98589152aa2de21d10c Mon Sep 17 00:00:00 2001 From: sadoon Date: Wed, 23 Aug 2023 16:44:42 +0100 Subject: [PATCH] add stage3 tarball and sha256 checksum --- SFFS/gentoo_bootstrap.mdwn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SFFS/gentoo_bootstrap.mdwn b/SFFS/gentoo_bootstrap.mdwn index 27cbf1023..59aa5e17b 100644 --- a/SFFS/gentoo_bootstrap.mdwn +++ b/SFFS/gentoo_bootstrap.mdwn @@ -30,10 +30,16 @@ is unsupported: many contributors have repeatedly gotten into trouble by not fol You will need to run these commands: - $ curl -O [link to stage3] + $ curl -O https://ftp.libre-soc.org/sffs/stage3-ppc64le-openrc-20230720T024654Z.tar.xz + $ sha256sum stage3-ppc64le-openrc-20230720T024654Z.tar.xz + +The SHA256 checksum should be + +`2c97446d09f2790ee6cc3e4cbff0d204f6f0914083fc36998d0b08fcb28f8e90` + # sudo bash # mkdir gentoo-sffs && cd gentoo-sffs - # tar xpvf gentoo-sffs.tar.xz --xattrs-include='*.*' --numeric-owner + # tar xpvf ../stage3-ppc64le-openrc-20230720T024654Z.tar.xz --xattrs-include='*.*' --numeric-owner # cd .. Follow these steps from the Gentoo handbook: -- 2.30.2