Skip to content

A modern operating system that keeps your hands on the keyboard. Based on Arch Linux.

License

Notifications You must be signed in to change notification settings

cshmookler/moos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Mouse-Optional Operating System (MOOS)

A modern operating system that keeps your hands on the keyboard. Based on Arch Linux.

Releases

Releases will be available after version 1.0.0. For now, follow the instructions below to manually build from source.

Build from source

An existing MOOS or Arch Linux installation is required to build a MOOS live ISO from source.

1.  Install the following required packages on your existing installation

sudo pacman -S base-devel archiso git python

2.  Register your name and email with Git

Some packages may need to be built from scratch using makepkg. Your name and email are used to identify you as the packager.

Note: Change "FirstName LastName" and "[email protected]" with your real name and email before running these commands.

git config set user.name "FirstName LastName"
git config set user.email "[email protected]"

3.  Clone this repository with Git

git clone https://github.com/cshmookler/moos.git
cd moos

4.  Make the offline package repository

The installer built into the MOOS live ISO is capable of working entirely offline. All necessary packages must be downloaded in advance and placed within the filesystem of the live ISO.

./make_offline_repo.py

5.  Make the live ISO

./make_iso.sh

TODO

  • Automatically setup the user environment.
  • Setup firefox and install extensions.
  • Install virtual machine utilities.
  • Enable the firewall.
  • Improve documentation.

About

A modern operating system that keeps your hands on the keyboard. Based on Arch Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published