Skip to content

cross-dev/junest-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation




Installation
------------

You need to update the Arch Linux system, create a user named *builder* and
put the content of this repository in the builder's home:
    # pacman -Syu
    # pacman -S sudo git
    # useradd -m builder
    # passwd builder
    # echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
    # su builder
    # git clone https://github.com/fsquillace/junest-builder.git /home/builder
    # git config --global user.email "builder@junest.org"
    # git config --global user.name "builder"

Quickstart
----------
Access as *builder* user:

    $ systemctl --user daemon-reload
    $ systemctl --user start junest

About

[REMOVEME]Script used for building the JuNest images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%