Skip to content

Commit 12fd41b

Browse files
authored
Merge pull request #1323 from cgwalters/minor
docs: Fix typos and clarify content
2 parents 90f2b99 + 59232f0 commit 12fd41b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ start by looking at [ADOPTERS.md](ADOPTERS.md).
3434

3535
## Community discussion
3636

37-
The [Github discussion forum](https://github.com/containers/bootc/discussions) is enabled.
37+
The [GitHub discussion forum](https://github.com/containers/bootc/discussions) is enabled.
3838

3939
This project is also tightly related to the previously mentioned Fedora/CentOS bootc project,
4040
and many developers monitor the relevant discussion forums there. In particular there's a
@@ -46,6 +46,7 @@ Are you interested in working on bootc? Great! See our [CONTRIBUTING.md](CONTR
4646
There is also a list of [MAINTAINERS.md](MAINTAINERS.md).
4747

4848
## Governance
49+
See [GOVERNANCE.md](GOVERNANCE.md) for project governance details.
4950

5051
## Badges
5152

docs/src/filesystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Filesystem
22

33
As noted in other chapters, the bootc project currently
4-
depends on [ostree project](https://github.com/ostreedev/ostree/)
4+
depends on the [ostree project](https://github.com/ostreedev/ostree/)
55
for storing the base container image. Additionally there is a [containers/storage](https://github.com/containers/storage) instance for [logically bound images](logically-bound-images.md).
66

77
However, bootc is intending to be a "fresh, new container-native interface",
@@ -95,7 +95,7 @@ Some other image-based update systems do not have distinct "versions" of `/etc`
9595
it may be populated only set up at install time, and untouched thereafter. But
9696
that creates "hysteresis" where the state of the system's `/etc` is strongly
9797
influenced by the initial image version. This can lead to problems
98-
where e.g. a change to `/etc/sudoers.conf` (to give on simple example)
98+
where e.g. a change to `/etc/sudoers` (to give one simple example)
9999
would require external intervention to apply.
100100

101101
For more on configuration file best practices, see [Building](building/guidance.md).

docs/src/intro.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ systemd is in use, systemd acts as pid1 as usual - there's no "outer" process.
1616

1717
# Status
1818

19-
At the current time, bootc has not reached 1.0, and it is possible
20-
that some APIs and CLIs may change. For more information, see
21-
the [1.0 milestone](https://github.com/containers/bootc/milestone/1).
19+
The CLI and API for bootc are now considered stable. Every existing system
20+
can be upgraded in place seamlessly across any future changes.
2221

2322
However, the core underlying code uses the [ostree](https://github.com/ostreedev/ostree)
2423
project which has been powering stable operating system updates for

0 commit comments

Comments
 (0)