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
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 ..