docs: fix switchroot source link

This change updates the switchroot source relative url to an absolute url so
that it works from the readthedocs service. This change also removes
redundant switchroot.sh reference.

Closes: #1849
Approved by: cgwalters
This commit is contained in:
Tristan Cacqueray 2019-05-04 21:59:52 +00:00 committed by Atomic Bot
parent 3ca1035e98
commit b35f337dc7
1 changed files with 3 additions and 2 deletions

View File

@ -83,8 +83,9 @@ After these steps, systemd switches root.
If you are not using dracut or systemd, using OSTree should still be If you are not using dracut or systemd, using OSTree should still be
possible, but you will have to write the integration code. See the possible, but you will have to write the integration code. See the
existing sources in [src/switchroot](/src/switchroot) as a reference, existing sources in
as well as [src/switchroot/switchroot.sh](/src/switchroot/switchroot.sh). [src/switchroot](https://github.com/ostreedev/ostree/tree/master/src/switchroot)
as a reference.
Patches to support other initramfs technologies and init systems, if Patches to support other initramfs technologies and init systems, if
sufficiently clean, will likely be accepted upstream. sufficiently clean, will likely be accepted upstream.