From 95683f54a67cb03c307ad00a963f3cd1af1c6c95 Mon Sep 17 00:00:00 2001 From: Ducky Date: Mon, 5 Jun 2023 22:38:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20[#63]=20README:=20remove=20--uni?= =?UTF-8?q?fied-core=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 1fc44b3..5ff2b98 100644 --- a/README.md +++ b/README.md @@ -191,18 +191,6 @@ On WSL2, do not build to any `/mnt/` directories as these will be Most rpm-ostree distros can be built just be simply doing `rpm-ostree compose`, but `build.sh` provided with Sodalite does some extra steps which are required for the post-build script (which **will** fail without these being ran). It is therefore not recommended to do it this way: any issues building the distro this way will be closed and marked as invalid. -##### Without `--unified-core` deprecation warning - -During the build you will face this warning: - -```sh -NOTICE: Running rpm-ostree compose tree without --unified-core is deprecated. - Please add --unified-core to the command line and ensure your content - works with it. For more information, see https://github.com/coreos/rpm-ostree/issues/729 -``` - -You can safely ignore this: Sodalite builds without `--unified-core` due to historical reasons. To test building with the option, append `--unified-core` to `build.sh`'s options. - #### Cleaning Up Build contents is located at `./build/` (or whatever you set `` to), which can be deleted to start afresh. Specifically this holds the following files/directories (of which can be individually deleted instead):