aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/os_installation.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-26 18:42:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-27 10:49:11 -0700
commitc0aec4adcd899ff52fc2737eb90e3c4438d322cd (patch)
tree84394d7c8f018be5381c04335e6c146edb0b2d84 /doc/tutorial/os_installation.rst
parent7053cad118529d9e02afb8887504709318f6faa3 (diff)
downloadconsfigurator-c0aec4adcd899ff52fc2737eb90e3c4438d322cd.tar.gz
in examples, use fewer of my personal hostnames & domains
Additionally, in conventions.rst, fix an example of the :SUDO connection type to use the correct hostname for looking up the password. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/tutorial/os_installation.rst')
-rw-r--r--doc/tutorial/os_installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/os_installation.rst b/doc/tutorial/os_installation.rst
index 7c114f0..02aa38a 100644
--- a/doc/tutorial/os_installation.rst
+++ b/doc/tutorial/os_installation.rst
@@ -64,11 +64,11 @@ disk, copy in the contents of the prebuilt chroot, and update /etc/fstab and
(merge-pathnames (get-hostname with-chroot-for) "/srv/chroot/")
with-chroot-for)))
-Supposing we've a DEFHOST form for test.silentflame.com, on our laptop we
+Supposing we've a DEFHOST form for test.example.com, on our laptop we
could then use::
- CONSFIG> (hostdeploy-these laptop.silentflame.com
- (live-installer-built-for test.silentflame.com))
+ CONSFIG> (hostdeploy-these laptop.example.com
+ (live-installer-built-for test.example.com))
Then once the live system has booted on the target host, you'd use the
DISK:HOST-VOLUMES-CREATED and INSTALLER:CHROOT-INSTALLED-TO-VOLUMES properties