Skip to content
Robert Cocker edited this page Jan 10, 2026 · 12 revisions

LnOS Arch Edition Wiki

tux with toolbox

Frequently Asked Questions

How do I install LnOS?

Refer to the Installation Guide.

How do I connect to the internet?

Refer to the Network Configuration. If that fails, consult the Arch Wiki.

What desktop do I use?

Refer to the FAQ

How do i edit the wiki ?

  • clone it locally
git clone https://github.com/lugnuts-at-UTA/LnOS.wiki.git
  • make a branch
git branch <branch-name-here>
  • make changes locally
  • after changes, merge with master
# assuming you're on your own branch
git fetch origin master 
git switch master
git merge <your-branch-name>

Clone this wiki locally