aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-23 13:47:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-23 13:48:04 -0700
commit86835f4b31370ea3da04f0e662a6a78f0e64933e (patch)
tree073969c7b7ffe4bec9b895bf4f4281510e7b7353 /doc
parentfc189e9a577d6a940ac8eefaae5913dd67a95953 (diff)
downloadconsfigurator-86835f4b31370ea3da04f0e662a6a78f0e64933e.tar.gz
GIT:SNAPSHOT-EXTRACTED: flip order of the two required parameters
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial/os_installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/os_installation.rst b/doc/tutorial/os_installation.rst
index 02aa38a..a6f1ea0 100644
--- a/doc/tutorial/os_installation.rst
+++ b/doc/tutorial/os_installation.rst
@@ -58,7 +58,7 @@ disk, copy in the contents of the prebuilt chroot, and update /etc/fstab and
(disk:debian-live-iso-built. nil "/srv/live/installer.iso"
(os:debian-stable "bullseye" :amd64)
(apt:installed "task-english" "live-config" "lvm2" "cryptsetup")
- (git:snapshot-extracted "/etc/skel/src/cl" "consfig")
+ (git:snapshot-extracted "consfig" "/etc/skel/src/cl")
(chroot:os-bootstrapped-for
nil
(merge-pathnames (get-hostname with-chroot-for) "/srv/chroot/")