(no commit message)
authorlkcl <lkcl@web>
Fri, 1 Sep 2023 12:04:19 +0000 (13:04 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 1 Sep 2023 12:04:19 +0000 (13:04 +0100)
SFFS/debian_bootstrap.mdwn

index 432ce90c22f7be2397260c1c7cec9f538fa413ab..8c43ee2d1f0453cae49f3c87c2659f1e588b6f70 100644 (file)
@@ -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 ..