From 9b99e7dfbfa596dc9d791dbb3c2055c0a9cb016e Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:49:40 +0100 Subject: [PATCH] fix: some spacing --- src/blog/How-to-change-ArchLinux-password.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blog/How-to-change-ArchLinux-password.md b/src/blog/How-to-change-ArchLinux-password.md index d0a0b6e..bd7e090 100644 --- a/src/blog/How-to-change-ArchLinux-password.md +++ b/src/blog/How-to-change-ArchLinux-password.md @@ -5,19 +5,19 @@ description: This post was made for a certain person who loves to lose passwords date: 23/11/2023 --- -Alright, let's do this. Fast. +Alright, let's do this. Fast. Disclaimer: this only works when the /home directory is on the same partition, which is the default option if you don't specify. # Step 1: Boot up a live environment. For the sake of simplicity, I'll be using the Endeavour OS Galileo installation media, but [any linux distro should work](https://command-not-found.com/arch-chroot) -When you're in, open the terminal: +When you're in, open the terminal: ![](https://img.srizan.dev/vmware_zCwt9ac9KE.png) # Step 2: Mounting the linux distro -Type in `lsblk`. This will show all mounted drives. +Type in `lsblk`. This will show all mounted drives. ![](https://img.srizan.dev/vmware_LPBNlTo9BI.png) Locate the drive and partition where your installation is.