Skip to content

Commit 8072e6e

Browse files
02_first_contact.md (#2998)
* 02_first_contact.md Grammar check * Update 02_first_contact.md revert contraction --------- Co-authored-by: sspencerwire <sspencerwire@gmail.com>
1 parent 11de75c commit 8072e6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/virtualization/cloud-init/02_first_contact.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 2. First contact
33
author: Wale Soyinka
4-
contributors:
4+
contributors: Ganna Zhyrnova
55
tags:
66
- cloud-init
77
- cloud
@@ -11,7 +11,7 @@ tags:
1111

1212
## Simple bootstrapping with the Rocky Linux 10 QCOW2 image
1313

14-
In the previous chapter, we covered the fundamental concepts of `cloud-init`. Now, it is time to move from theory to practice. This chapter is your first hands-on mission: you will take the official Rocky Linux 10 Generic Cloud image, provide it with a simple set of instructions, and watch it configure itself on first boot.
14+
In the previous chapter, we covered the fundamental concepts of `cloud-init`. Now is the time to move from theory to practice. This chapter is your first hands-on mission: you will take the official Rocky Linux 10 Generic Cloud image, provide it with a simple set of instructions, and watch it configure itself on first boot.
1515

1616
## 1. Prepping the lab environment
1717

@@ -31,7 +31,7 @@ sudo dnf install -y libvirt qemu-kvm virt-install genisoimage
3131

3232
### The QCOW2 image
3333

34-
If you have not already, download the official Rocky Linux 10 Generic Cloud image.
34+
If you have not done so, you can download the official Rocky Linux 10 Generic Cloud image with:
3535

3636
```bash
3737
curl -L -o Rocky-10-GenericCloud.qcow2 \
@@ -115,7 +115,7 @@ One of the most common ways to provide data to `cloud-init` in a local environme
115115
116116
!!! tip "Secure logins with SSH keys"
117117
118-
Connecting with a default user is convenient for a quick lab test, but it is not a secure practice. In the next chapter, we will explore how to use `cloud-init` to automatically inject your SSH public key, allowing for secure, passwordless logins.
118+
Connecting with a default user is convenient for a quick lab test, but it is not a secure practice. In the next chapter, we will explore how to use `cloud-init` to automatically inject your SSH public key, allowing for safe, passwordless logins.
119119
120120
3. **Verify the changes:** Check the hostname and the file created by `runcmd`.
121121

0 commit comments

Comments
 (0)