From b73d04c1b1402b69e2f697728e13ecfc381a3be6 Mon Sep 17 00:00:00 2001 From: joborun linux Date: Mon, 28 Aug 2023 09:58:30 +0000 Subject: [PATCH] correction of tarball name --- install2.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.