diff --git a/doc/adapting-existing.xml b/doc/adapting-existing.xml index b8295f04..28cb26fe 100644 --- a/doc/adapting-existing.xml +++ b/doc/adapting-existing.xml @@ -177,9 +177,10 @@ d /run/media 0755 root root - The solution chosen for the gnome-ostree - operating system is to create /lib/passwd, - and to include a NSS module gnome-continuous + operating system is to create + /usr/lib/passwd, and to include a NSS + module nss-altfiles which instructs glibc to read from it. Then, the build system places all system users there, freeing up /etc/passwd diff --git a/doc/atomic-upgrades.xml b/doc/atomic-upgrades.xml index 1a1be839..33f98f20 100644 --- a/doc/atomic-upgrades.xml +++ b/doc/atomic-upgrades.xml @@ -40,9 +40,9 @@ To begin a simple upgrade, OSTree fetches the contents of the ref from the remote server. Suppose we're tracking a ref named - gnome-ostree/buildmaster/x86_64-runtime. + exampleos/buildmaster/x86_64-runtime. OSTree fetches the URL - http://example.com/repo/refs/gnome-ostree/buildmaster/x86_64-runtime, + http://example.com/repo/refs/exampleos/buildmaster/x86_64-runtime, which contains a SHA256 checksum. This determines the tree to deploy, and /etc will be merged from currently booted tree.