Update 'inst_from_image.md'

This commit is contained in:
joborun linux 2022-03-13 14:18:21 +00:00
parent def5c3bc6c
commit b5215b72d5
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Finally, before reboot you need a kernel and a bootloader. Assuming you are an
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 /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.
Same exact minimalism is setup for 66. Those [[scripts.md|scripts]] saved in /home/make are to make a tidious taks easier and complete. They don't have to be used and each can be used in the future.
Same exact minimalism is setup for 66. Those [[scripts|scripts.md]] saved in /home/make are to make a tidious taks easier and complete. They don't have to be used and each can be used in the future.
<pre>
$ pkg -Sy linux-lts grub
@ -61,4 +61,4 @@ Will get you our linux-lts hernel (add headers if you know you need them) and in
Reboot!
For our choice of Openbox and JWM setup there is a [[scripts.md|script]] 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.
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.