forked from fsquillace/junest-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
cross-dev/junest-builder
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Shell 100.0%