add scripts section link to doc

Add an easy link to scripts document
This commit is contained in:
joborun linux 2023-07-29 10:12:41 +00:00
parent 75416b32e3
commit 3530a675d7

View file

@ -33,7 +33,7 @@ You can now chroot into the system (if you don't have the arch-chroot script in
sudo arch-chroot /mnt zsh
</pre>
The following is redundant and optional, you can run joborun-setup script saved in /usr/local/bin and setup the installation step by step.
The following is redundant and optional, you can run joborun-setup [[script|scripts.md]] saved in /usr/local/bin and setup the installation step by step.
The /etc/locale.gen is set to UTF8 US-en, change it to the valid choice of preference, and then run locale-gen to pass the new setting to the system. Even if you stay with US-en, run locale-gen anyway. We have some shortcut/scripts saved in /usr/local/bin/, it is a good time to get to know them, as well as a few shortcuts saved in .zshrc (our default shell). uuid will give you the list of partitions, their labels, and /dev/ addresses. Run it before you prepare the fstab to make sure it is correct. We like minimal easy to understand [[scripts|scripts.md]] that make work a little easier.