From: lkcl Date: Fri, 1 Sep 2023 12:04:19 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=773391b0eb427c9d61bef169c8583c9922a1f417;p=libreriscv.git --- diff --git a/SFFS/debian_bootstrap.mdwn b/SFFS/debian_bootstrap.mdwn index 432ce90c2..8c43ee2d1 100644 --- a/SFFS/debian_bootstrap.mdwn +++ b/SFFS/debian_bootstrap.mdwn @@ -33,7 +33,7 @@ those instructions, making it compliant with [sffs (slides 5 & You can approach this in two ways: either build the full base Debian chroot packages yourself using Debian's build tools, optionally automated with our [scripts](https://git.libre-soc.org/?p=dev-env-setup.git;a=tree), -or use the [prebuilt rootfs for which you accept 100% liability and responsibility](https://ftp.libre-soc.org/sffs/debian-12-sffs.2023sep01.tar.xz> in a compressed tar archive. +or use the [prebuilt rootfs for which you accept full liability and responsibility](https://ftp.libre-soc.org/sffs/debian-12-sffs.2023sep01.tar.xz) in a compressed tar archive. ## System requirements @@ -111,7 +111,7 @@ location and chroot into it. Bear in mind though that it is entirely your responsibility when downloading arbitrary binaries, and we accept no liability whatsoever for anything arising by you downloading them. - $ curl -O [link to be added] + $ curl -O https://ftp.libre-soc.org/sffs/debian-12-sffs.2023sep01.tar.xz $ mkdir bookworm-sffs && cd bookworm-sffs $ tar xpvf bookworm-sffs.tar.xz --xattrs-include='*.*' --numeric-owner $ cd ..