Go to file
Martin Valba eb46fcc62c Little mixup fixup
* Basically lets setup universal password 'toor' for user 'root' and 'developer'
* why?: because /bin/su wants to fetch password that dosent exist and result is auth info issues where cmds dont get passed over for execution....
2024-07-02 18:19:04 +00:00
.kdev4 Staging version of toolset 2023-06-24 21:52:54 +03:00
checks Remove all C related project files 2023-01-28 11:11:55 +02:00
dialog Re-adapt the tool for toolset 2023-04-01 09:43:26 +03:00
iso Edit syslinux iso configs and etc 2023-04-22 20:26:22 +03:00
shell Little mixup fixup 2024-07-02 18:19:04 +00:00
.gitignore clean sleet 2022-12-25 18:58:45 +02:00
dialog.sh Re-adapt the tool for toolset 2023-04-01 09:43:26 +03:00
envsetup.sh Better support for aarch64 2024-02-07 09:40:22 +00:00
initial_setup.sh Add initial_setup.sh 2023-04-01 10:26:47 +03:00
LICENSE clean sleet 2022-12-25 18:58:45 +02:00
load_modules.sh Make sure to chmod after the output dir is made 2024-02-12 21:57:05 +00:00
README.md [1/2]: Migrate over the drunk tool to multi purpose distro builder/helper 2023-03-19 15:19:45 +02:00
toolset.kdev4 Staging version of toolset 2023-06-24 21:52:54 +03:00

Tools for developemnt

  • This is basic toolset of tools for Evolix development environment. Sets up everything from pkg management to source clones ( basic env for all new devs )

Packages needed to work with these scriptlets

## modules deps ( docker, mkiso and builder )
$ bottle -Syu --needed make cmake docker ninja meson llvm clang bash libisofs libisoburn

Getting started

  1. Make empty directory somewhere ( And dont use root user )
  2. Clone this repository into empty directory.
  3. Open terminal in that empty directory where you have repo called tools
$ ln -sf tools/envsetup.sh envsetup

$ ./envsetup -h
  1. Now youre ready to start adding/changing packages