From 0fbf4d2530549744ba0d08189cb8d48e4f115467 Mon Sep 17 00:00:00 2001 From: PXL <8148761-PXLc@users.noreply.gitlab.com> Date: Sun, 21 Mar 2021 11:46:39 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9764a6..cb35e80 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ In this repository you will find packages-scripts for the base install of Arch Linux and the Gnome and KDE desktop environments. More to come for Windows Managers soon. Modify the packages to your liking, make the script executable with chmod +x scriptname and then run with ./scriptname. A script for the base install on MBR/Legacy will be available soon. -Remember that the first part of the Arch Linux install is manual, that is you will have to partition, format and mount the disk yourself. Install the base packages and make sure to inlcude git so that you cab clone the repository in chroot. +Remember that the first part of the Arch Linux install is manual, that is you will have to partition, format and mount the disk yourself. Install the base packages and make sure to inlcude git so that you can clone the repository in chroot. A small summary: @@ -15,7 +15,7 @@ A small summary: 6. Install the base packages into /mnt (pacstrap /mnt base linux linux-firmware git vim intel-ucode (or amd-ucode)) 7. Generate the FSTAB file with genfstab -U /mnt >> /mnt/etc/FSTAB 8. Chroot in with arch-chroot /mnt -9. Download the git recpository with git clone https://gitlab.com/eflinux/arch-basic +9. Download the git repository with git clone https://gitlab.com/eflinux/arch-basic 10. cd arch-basic 11. chmod +x install-uefi.sh 12. run with ./install-uefi.sh