Skip to content

joco-nz/lcnc-bullseye-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General installation approach

The key is to have a cleanly made Debian 11 (Bullseye) install. I tend to use an nonfree firmware iso from: https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current-live/amd64/iso-hybrid/

Typically I use the xfce nonfree iso (direct link removed as it changes too much).

When doing the install do NOT set a root password. If you do you will have to add your user to the sudo group. Search google for how to do that.

  1. Ensure git is installed:

sudo apt install git

  1. Create a directory and clone the repo to it. Either clone or download a zip file.
cd ~
mkdir dev
cd dev
git clone https://github.com/joco-nz/lcnc-bullseye-installer.git
cd lcnc-bullseye-installer
./install_for_lcnc.sh

Run install_for_lcnc.sh to complete a full linuxcnc install including installed debians. Note that at this time doc's are not being built due to the time it takes and some build issues appearing with the doc build.

Run updater.sh to update the install.

For noting: Files that must be executable

install_for_lcnc.sh

sudo_helper.sh

updater.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages