Artix Linux Forum

General Category => Forum => Topic started by: blocked on 12 March 2022, 17:50:18

Title: Wiki Account
Post by: blocked on 12 March 2022, 17:50:18
I would like to receive an account on the wiki, to fix an issue, which I found.
The current command given for enabling connmand-dinit (in the install guide) from chroot is
Code: [Select]
ln -s ../connmand /etc/dinit.d/boot.d/
and I believe it should be changed to
Code: [Select]
ln -s /etc/dinit.d/connmand /etc/dinit.d/boot.d/
, which would work from all directories.
Title: Re: Wiki Account
Post by: strajder on 12 March 2022, 18:29:40
Code: [Select]
man ln
Quote
DESCRIPTION
       In  the  1st  form, create a link to TARGET with the name LINK_NAME.  In the 2nd form, create a link to TARGET in the current directory.  In the 3rd and 4th forms, create links to
       each TARGET in DIRECTORY.  Create hard links by default, symbolic links with --symbolic.  By default, each destination (name of new link) should not already exist.  When  creating
       hard links, each TARGET must exist.  Symbolic links can hold arbitrary text; if later resolved, a relative link is interpreted in relation to its parent directory.
Title: Re: Wiki Account
Post by: qontinuum on 13 March 2022, 18:12:25
Also note it is often a better idea to do relative path links since they still work even when mounted on a different root