From 40a5cd61b677b1f8c4ba742f9ae4e3d328726edb Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:37:30 +0200 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a67dd1b..9f02bc1 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ mount -o subvolid=0 /dev/mapper/- /mnt ``` After that if you do an `ls /mnt/` you will see all the subvolume previously created. -Now you must delete **ONLY** the `@ `subvolume and finally unmount `/mnt`: +Now you must delete **ONLY** the `@`subvolume and finally unmount `/mnt`: ``` bash btrfs subvolume delete /mnt/@ @@ -194,7 +194,7 @@ umount /mnt You now have to reinstall Void Linux manually (the script is not programmed to help you this time). For this you can follow the [original gist](https://gist.github.com/Le0xFF/ff0e3670c06def675bb6920fe8dd64a3) and start again from *Mount partitions and create btrfs subvolumes* instruction, without creating the `@home` subvolume. When the package reconfiguration is finished, you have to create a user with the same name of the one you created before, possibly adding it to the same groups as before, but you can do it later too. -**Don't add the `-m` flag or your original home folder will be destroyed: +**Don't add the `-m` flag or your original home folder will be destroyed**: ``` bash useradd -G wheel