correction of tarball name

This commit is contained in:
joborun linux 2023-08-28 09:58:30 +00:00
parent dba6033c7a
commit b73d04c1b1

View file

@ -23,11 +23,11 @@ The output of both should be the same, if not try to download again and let us k
<pre>
cd /mnt
sudo tar -xf /tmp/jobo-gamma*tar.xz
ls -al
sudo tar -xf /tmp/jobo-latest.tar.xz
ls -lh
</pre>
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.
<pre>swapon /dev/sda8 </pre>
<pre>swapon /dev/sdb8 </pre>
Again, you are 100% sure that is the swap partition, right? Use the free command to verify swap is functional.