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: