Skip to content

Commit de9e8dd

Browse files
authored
Merge pull request #3540 from miabbott/doc_adapting_existing_fix
docs: fixed dead link
2 parents 50aacee + 7875de2 commit de9e8dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/adapting-existing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ machines, you will need to choose a solution for `/etc/passwd`. The
121121
core problem is that if you add a user to the system for a daemon, the
122122
OSTree upgrade process for `/etc` will simply notice that because
123123
`/etc/passwd` differs from the previous default, it will keep the
124-
modified config file, and your new OS user will not be visible.
124+
modified config file, and your new OS user will not be visible.
125125

126126
First, consider using [systemd DynamicUser=yes](https://0pointer.net/blog/dynamic-users-with-systemd.html)
127127
where applicable. This entirely avoids problems with static
@@ -201,4 +201,4 @@ Then to actually deploy this tree for the next boot:
201201
`ostree admin deploy $osname/$releasename/$description`
202202

203203
This is essentially what [rpm-ostree](https://github.com/projectatomic/rpm-ostree/)
204-
does to support its [package layering model](https://rpm-ostree.readthedocs.io/en/latest/manual/administrator-handbook/#hybrid-imagepackaging-via-package-layering).
204+
does to support its [package layering model](https://coreos.github.io/rpm-ostree/administrator-handbook/#hybrid-imagepackaging-via-package-layering).

0 commit comments

Comments
 (0)