Feedback for devkitpro wiki
Posted: Mon Jul 23, 2018 4:08 pm
Hi, i was following the wiki tutorial for devkitPro Pacman on WSL and noticed that the command for creating the symlink for mtab is missing an l letter, the command says:
sudo ln -s /proc/sef/mounts /etc/mtab
and it should be:
sudo ln -s /proc/self/mounts /etc/mtab
I didn't see where i can report it on the wiki, so i created an account here to tell you.
Sorry if the topic is in the wrong category.
sudo ln -s /proc/sef/mounts /etc/mtab
and it should be:
sudo ln -s /proc/self/mounts /etc/mtab
I didn't see where i can report it on the wiki, so i created an account here to tell you.
Sorry if the topic is in the wrong category.