diff --git a/install2.md b/install2.md index 0f3484c..65ecff7 100644 --- a/install2.md +++ b/install2.md @@ -23,11 +23,11 @@ The output of both should be the same, if not try to download again and let us k
 cd /mnt
-sudo tar -xf /tmp/jobo-gamma*tar.xz 
-ls -al 
+sudo tar -xf /tmp/jobo-latest.tar.xz
+ls -lh 
 
-The output of ls -al should give you what appears as the root directory of a common linux system. +The output of ls -lh should give you what appears as the root directory of a common linux system. You can now chroot into the system (if you don't have the arch-chroot script in you system see the note at the bottom of this page) @@ -41,9 +41,9 @@ The /etc/locale.gen is set to UTF8 US-en, change it to the valid choice of prefe As root -Do you have a swap partition setup? You should for the safety of the filesystem, beyond the insurance of the system running while exceeding its available RAM. Say that partition is sda8, for sure, although swapon checks the validity of linux-swap filesystem before it is enabled. +Do you have a swap partition setup (let's say it is /dev/sdb8? You should for the safety of the filesystem, beyond the insurance of the system running while exceeding its available RAM. Say that partition is sda8, for sure, although swapon checks the validity of linux-swap filesystem before it is enabled. -
swapon /dev/sda8 
+
swapon /dev/sdb8 
Again, you are 100% sure that is the swap partition, right? Use the free command to verify swap is functional.