From 780953080d67747c46c686b98ca057ed90fde660 Mon Sep 17 00:00:00 2001 From: bertronika Date: Sat, 26 Nov 2022 00:07:49 +0100 Subject: [PATCH 1/2] Remove duplicated LXD instructions Text seems to be left over from commit 223814a. Its removal now also fixes Markdown formatting. --- docs/books/lxd_server/03-lxdinit.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/books/lxd_server/03-lxdinit.md b/docs/books/lxd_server/03-lxdinit.md index 975ee5a007..cb4af87fe8 100644 --- a/docs/books/lxd_server/03-lxdinit.md +++ b/docs/books/lxd_server/03-lxdinit.md @@ -90,12 +90,6 @@ Would you like stale cached images to be updated automatically? (yes/no) [defaul Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]: ``` -Trust password for new clients: -Again: -``` - -This trust password is how you will connect to the snapshot server or back from the snapshot server, so set this with something that makes sense in your environment. Save this entry to a secure location, such as a password manager. - ## Setting Up User Privileges Before we continue on, we need to create our "lxdadmin" user and make sure that it has the privileges it needs. We need the "lxdadmin" user to be able to _sudo_ to root and we need it to be a member of the lxd group. To add the user and make sure it is a member of both groups do: From 9292f74afc9e352800fbe1babec1e2ea04bdf582 Mon Sep 17 00:00:00 2001 From: bertronika Date: Sat, 26 Nov 2022 00:16:03 +0100 Subject: [PATCH 2/2] Add a missing dot when mentioning ReText --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8830aee8da..4b528c656b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ While you can create documentation in **any format** (seriously, we will accept As we've said already, the best way to create Markdown files, particularly if you've not done it before, is to grab an editor for the operating system that you use on your PC or Laptop. A simple web search for "Markdown editors" will show you a bunch to choose from. -Pick one to use that is compatible with your Operating System [ReText](https://github.com/retext-project/retext), a cross-platform Markdown editor, was used to create this document. Again, if you prefer to create your Markdown files in your text editor that you are already familiar with, that is just fine. +Pick one to use that is compatible with your Operating System. [ReText](https://github.com/retext-project/retext), a cross-platform Markdown editor, was used to create this document. Again, if you prefer to create your Markdown files in your text editor that you are already familiar with, that is just fine. #### Alternate Markdown Editors