From b5215b72d594cb03a41b3154f3ea6937923c34fa Mon Sep 17 00:00:00 2001 From: Joe Obo Run Date: Sun, 13 Mar 2022 14:18:21 +0000 Subject: [PATCH] Update 'inst_from_image.md' --- inst_from_image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst_from_image.md b/inst_from_image.md index 5e3ec40..f3a65b1 100644 --- a/inst_from_image.md +++ b/inst_from_image.md @@ -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.
 $ 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.