Skip to content

Commit

Permalink
πŸ“ [#63] README: remove --unified-core note
Browse files Browse the repository at this point in the history
  • Loading branch information
electricduck committed Jun 5, 2023
1 parent 22a6a0c commit 95683f5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,18 +191,6 @@ On WSL2, do not build to any `/mnt/<drive-letter>` 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 `<working-dir>` to), which can be deleted to start afresh. Specifically this holds the following files/directories (of which can be individually deleted instead):
Expand Down

0 comments on commit 95683f5

Please sign in to comment.