added additional steps for glibc
authorsadoon <sadoon@web>
Fri, 25 Aug 2023 14:51:52 +0000 (15:51 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 25 Aug 2023 14:51:52 +0000 (15:51 +0100)
SFFS/debian_bootstrap.mdwn

index c7b046f9eebdae1dcc937ac3b85e2615b824f70c..82f1d0cc48f480818326f6d112f27faba121c98d 100644 (file)
@@ -79,6 +79,8 @@ Scripts we will be using for the setup are:
    Debian's defaults
 * `mk-schroot-bookworm` for creating the bookworm schroot used by sbuild
    and adding our dpkg-buildflags to build for sffs
+* `build-glibc-debian` to build glibc, currently has to be standalone because of [this](https://bugs.libre-soc.org/show_bug.cgi?id=1130#c8)
+* `add-sffs-flags-debian` to add the SFFS CFLAGS
 * `build-bookworm-sffs` to build the packages needed for a debootstrap
    chroot directory
 * `create-deb-repo` to create a local dpkg repository of the built packages
@@ -92,6 +94,10 @@ Commands to run in terminal to rebuild Debian 12 with sffs compliance:
     # ./install-sbuild-apt-reqs
     # ./mk-schroot-bookworm
     # exit
+    $ ./build-glibc-debian
+    $ sudo bash
+    # ./add-sffs-flags-debian
+    # exit
     $ ./build-bookworm-sffs
     $ ./create-deb-repo
     $ ./mk-sffs-chroot