clarification on arch-chroot
add a link to reddit article on how to chroot from non-arch based systems
This commit is contained in:
parent
dd7b952951
commit
cb9e1b0211
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#### ..continued from installation [[section 1. |install.md]] ####
|
||||
|
||||
2 Installation using a joborun [[image|https://osdn.net/projects/joborun/storage/tarballs/jobo.beta-01.tar.xz]] and [[checksum | https://osdn.net/projects/joborun/storage/tarballs/jobo.beta-01.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://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.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -27,7 +27,7 @@ ls -al
|
|||
|
||||
The output of ls -al should give you what appears as the root directory of a common linux system.
|
||||
|
||||
You can now chroot into the 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)
|
||||
|
||||
<pre>
|
||||
sudo arch-chroot /mnt zsh
|
||||
|
@ -82,3 +82,4 @@ 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.
|
||||
|
||||
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