correction and replace osdn sf
Some corrections were made, additions, and replacement of old download links with current ones in sourceforge
This commit is contained in:
parent
e40444dc0d
commit
75416b32e3
1 changed files with 12 additions and 10 deletions
22
install2.md
22
install2.md
|
@ -2,20 +2,20 @@
|
|||
|
||||
#### ..continued from installation [[section 1. |install.md]] ####
|
||||
|
||||
2 Installation using a joborun [[image|https://osdn.net/projects/joborun/storage/tarballs/jobo-gamma-20230228.tar.xz]] and [[checksum | https://osdn.net/projects/joborun/storage/tarballs/jobo-gamma-20230228.tar.xz.sum]]. In case we have left these links outdated always check our [[downloads | https://joborun.neocities.org/download.html]] page.
|
||||
2 Installation using a joborun [[image|https://sourceforge.net/projects/joborun/files/images/jobo-latest.tar.xz]] and [[checksum | https://sourceforge.net/projects/joborun/files/images/joborun-img.256.sums]]. In case we have left these links outdated always check our [[downloads | https://joborun.neocities.org/download.html]] page.
|
||||
|
||||
Currently (beta phase as of 4/20/2022) we only have a tarball of a system which would need at least a kernel and a bootloader to boot.
|
||||
Currently we only have a tarball of a base system which would need at least a kernel and a bootloader to boot.
|
||||
|
||||
a Again, as usual, you must first prepare a clean partition of at least 2GiB for a base system 3GiB for one with basic graphic functionality, X + Openbox/JWM etc. If you are unsure of this process follow the wiki from [[https://wiki.archlinux.org|Arch]] on the first steps of installation.
|
||||
a Again, as usual, you must first prepare a clean partition of at least 2GiB for a base system 3GiB for one with basic graphic functionality, X + Openbox/JWM etc. If you are unsure of this process follow the wiki from [[https://wiki.archlinux.org|Arch]] on the first steps of installation. A common full system with multimedia tools, office-suite, browsers, games, etc. can exceed 20GB.
|
||||
|
||||
b Mount the partition in a proper mounting point, for our instructions we will use /mnt but if this is used create a mounting point and replace /mnt wherever it appears in the instructions.
|
||||
|
||||
c Download our latest tarball image from this page: [[ joborun.neocities.org/download.html | https://joborun.neocities.org/download.html]].
|
||||
|
||||
d Download the one line txt file that states the ckecksum and check the image into someplace like /tmp.
|
||||
d Download the file that states the ckecksum-256 and check the image into someplace like /tmp.
|
||||
<pre>
|
||||
sha256sum jobo-gamma*.tar.xz
|
||||
cat jobo-gamma*.tar.xz.sum
|
||||
sha256sum jobo-latest.tar.xz
|
||||
cat joborun-img.256.sums
|
||||
</pre>
|
||||
The output of both should be the same, if not try to download again and let us know as soon as possible of the discrepancy.
|
||||
|
||||
|
@ -33,6 +33,8 @@ 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 /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.
|
||||
|
||||
As root
|
||||
|
@ -41,7 +43,7 @@ Do you have a swap partition setup? You should for the safety of the filesystem
|
|||
|
||||
<pre>swapon /dev/sda8 </pre>
|
||||
|
||||
Again, you are 100% sure that is the swap partition, right?
|
||||
Again, you are 100% sure that is the swap partition, right? Use the free command to verify swap is functional.
|
||||
|
||||
<pre>
|
||||
genfstab -U / | grep -v resolv >>/etc/fstab
|
||||
|
@ -62,7 +64,7 @@ There is also installX (% ./installX) which will install everything we deemed ne
|
|||
|
||||
If you are running this from console and you left xinit inside the script it will attempt to take you to openbox as soon as the installation finishes. If you are running from an X-terminal then since X is already running it will fail, so you may as well comment it out.
|
||||
|
||||
Finally, before reboot you need a kernel and a bootloader. Assuming you are an advanced user and know how to configure grub and/or syslinux (otherwise see the obarun and archlinux wikis) choose your kernel. Our kernels are linux-lts (5.10) and linux (5.15) which is the current lts for Arch. Our kernels have been modified to turn off internal zstd use, and ipv6, as we do in most packages we can. It also has the touchscreen firmware left out of the kernel to reduce the size a tiny bit. Obarun also offers a couple of kernel sets although they tend to be outdated. Otherwise you are on your own, but for the two kernels we carry we make it easy for the user to build on their own, and if one doesn't agree with our choices they can revert them or use the ArchLinux config which is also stored in our git. (on building packages see the [[https://git.disroot.org/joborun/web/src/branch/main/howto.md|howto]] section of our wiki).
|
||||
Finally, before reboot you need a kernel and a bootloader. Assuming you are an advanced user and know how to configure grub, limine, and/or syslinux (otherwise see the obarun and archlinux wikis) choose your kernel. Our kernels are linux-lts (5.10) and linux (5.15) which is the current lts for Arch. Our kernels have been modified to turn off internal zstd use, and ipv6, as we do in most packages we can. It also has the touchscreen firmware left out of the kernel to reduce the size a tiny bit. Obarun also offers a couple of kernel sets although they tend to be outdated. Otherwise you are on your own, but for the two kernels we carry we make it easy for the user to build on their own, and if one doesn't agree with our choices they can revert them or use the ArchLinux config which is also stored in our git. (on building packages see the [[https://git.disroot.org/joborun/web/src/branch/main/howto.md|howto]] section of our wiki).
|
||||
|
||||
If you are familiar with runit we have set up a basic set of ttys dhclient and wpa_supplicant for network, ntpd for time server, and have a wide set or runscripts ready to activate as you need in /usr/lib/runit/sv as well as the standard tty definitions in /etc/runit/sv Do not activate them though as they most likely need the software the service corresponds to, except for dbus which is a core dependency of the base system. Dbus is not running by default, you have to make this choice for yourself. You CAN live without it if you like.
|
||||
|
||||
|
@ -80,6 +82,6 @@ Will get you our linux-lts 5.10 hernel (add headers if you know you need them) a
|
|||
|
||||
Reboot!
|
||||
|
||||
For our choice of Openbox and JWM setup there is a [[script|scripts.md]] in /home/make that installs what is needed in one run. At the end openbox starts by default and you can switch this behavior to jwm simply by commenting/uncommenting the two exec lines of ~/.xinitrc. You are free to add the window manager of your choice in similar fashion we haven't tried one that didn't work, vmwm included as a minimalist fun tiling/floating wm.
|
||||
For our choice of Openbox and JWM setup there is a [[script|scripts.md]] installX that installs what is needed in one run. At the end openbox starts by default and you can switch this behavior to jwm or vtwm simply by commenting/uncommenting the two exec lines of ~/.xinitrc. You are free to add the window manager of your choice in similar fashion we haven't tried one that didn't work, vmwm included as a minimalist fun tiling/floating wm.
|
||||
|
||||
NOTE about arch-chroot: Basically if you have the current img of joborun linux you have access to this script and it should run on any linux/unix system. See the article specifically for this: [[what_if_the_host_system_installing_joborun_doesnt|https://www.reddit.com/r/joborun/comments/11hyqmb/what_if_the_host_system_installing_joborun_doesnt/]] have the arch-chroot script.
|
||||
NOTE about arch-chroot: Basically if you have the current img of joborun linux you have access to this script and it should run on any linux/unix system. See the article specifically for this: [[what_if_the_host_system_installing_joborun_doesnt|https://www.reddit.com/r/joborun/comments/11hyqmb/what_if_the_host_system_installing_joborun_doesnt/]] have the arch-chroot script.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue