Skip to content

Commit 26c71ad

Browse files
committed
Copy changes post review
1 parent b562500 commit 26c71ad

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

_includes/download_details_pc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Installable live images support a local installation (with the included packages) or a network installation (packages are downloaded from official repository).
22

3-
Log in as `anon/voidlinux`, `root/voidlinux`.
3+
You can log into these images as `anon` or `root`, and the password is `voidlinux`.
44

5-
To start the installer just execute the `void-installer` utility with appropriate permissions (i.e., `sudo`).
5+
To start the installer, execute the `void-installer` utility with appropriate permissions (i.e., `sudo void-installer`).

_includes/download_pc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<h3 id="{{ page.name }}">{{ page.name }}</h3>
44
{{ include.content | markdownify }}
55
<div class="alert alert-warning" role="alert">
6-
To install the desktop environment, DON'T choose "install from network"
7-
choose the local install.
6+
To install the packages for the desktop environment, DON'T choose "install
7+
from network" choose the "local install" option.
88
</div>
99
</div>
1010
<div>

_platforms/arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ devices: [armv6l, armv7l, aarch64]
88
ROOTFS tarballs can be extracted to a previously prepared partition scheme or
99
used for chroot installation.
1010

11-
General specific instructions are available [in the
11+
General and platform specific instructions are available [in the
1212
documentation](https://docs.voidlinux.org/installation/guides/arm-devices/index.html).
1313
{% endcapture %}
1414

_platforms/sbc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ devices:
1919
---
2020

2121
{% capture download_details %}
22-
Live images can be written onto an SD card (i.e. using `dd`) and they allow you to have a ready to boot system. These images are prepared for 2GB SD cards. Alternatively, use the rootfs tarballs if you want to customize the partitions and filesystems.
22+
Live images can be written onto an SD card (i.e. using `dd`) and they provide you with a ready to boot system. These images are prepared for 2GB SD cards. Alternatively, use the ROOTFS tarballs if you want to customize the partitions and filesystems.
2323

24-
Connect to it using a virtual terminal or via ssh and log in as `root/voidlinux`.
24+
Connect to the system using a virtual terminal or SSH and log in as `root` with password `voidlinux`.
2525

2626
Platform specific instructions for these images are available [in the documentation](https://docs.voidlinux.org/installation/guides/arm-devices/platforms.html).
2727

0 commit comments

Comments
 (0)