Menu

Tree [fb195c] master release-master-1 release-master-2 release-master-3 release-master-4 release-master-5 release-master-6 /
 History

HTTPS access


File Date Author Commit
 .github 2021-08-30 docker container docker container [fff2c9] Modified Github workflow scripts to accommodate...
 clonezilla 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 doc 2021-05-08 docker container docker container [8138a7] Refresh doc.
 scripts 2021-09-09 docker container docker container [fb195c] systemd fixes for Plasma
 .config 2021-06-17 docker container docker container [5bc5d7] Update kernel to 5.12.10
 .gitignore 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 LICENSE 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 Makefile 2021-05-14 docker container docker container [6312b6] Add basic Makefile.
 README.md 2021-05-08 fabnicol fabnicol [4490f9] Update README.md
 TUTORIAL.qemu.md 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 TUTORIAL.qemu.pdf 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 ebuilds.list.accept_keywords 2021-08-19 docker container docker container [1eec26] Add stage_tag option.
 ebuilds.list.complete 2021-04-22 root root [ac151f] Fix recursive issue wity pull=true
 ebuilds.list.minimal 2021-04-22 root root [ac151f] Fix recursive issue wity pull=true
 ebuilds.list.use 2021-09-09 docker container docker container [fb195c] systemd fixes for Plasma
 gentoo-small.png 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 gentoo.png 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 github_workflow.png 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 libuuid-1.0.3a.tar.gz 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 logtool_1.2.11.tar.gz 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 mkg 2021-02-18 fabnicol fabnicol [2dcd1d] Update mkg
 mkg-cheatsheet.html 2021-04-08 Fabrice Nicol Fabrice Nicol [8f6d3e] Fix from vm vm=... hot_install ext_device + che...
 mkg-cheatsheet.md 2021-04-08 Fabrice Nicol Fabrice Nicol [8f6d3e] Fix from vm vm=... hot_install ext_device + che...
 mkg-cheatsheet.pdf 2021-04-09 Fabrice Nicol Fabrice Nicol [d71e60] Add DOCKER_RUN_OPTS
 mkg.1 2021-05-08 docker container docker container [560a8f] Refresh documentation.
 mkg.html 2021-05-08 docker container docker container [560a8f] Refresh documentation.
 mkg.pdf 2021-05-08 docker container docker container [560a8f] Refresh documentation.
 monitoring.png 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 monitoring2.jpg 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 monitoring4.png 2021-03-30 Fabrice Nicol Fabrice Nicol [d6a295] add download_only
 options 2021-09-09 docker container docker container [938a59] Port system support to master Plasma branch
 options2 2021-09-09 docker container docker container [938a59] Port system support to master Plasma branch

Read Me

MKG, an automated Gentoo installer

For MKG installation and guidelines, please refer to the companion Wiki:

https://github.com/fabnicol/mkg/wiki

Dependencies

More specifically for dependencies:

https://github.com/fabnicol/mkg/wiki/Frequently-Asked-Questions-(FAQ)#what-dependencies-should-be-installed

Docker images should be not be fetched in the Packages section of this site, but as Releases in the mkg_docker_image repository.

Portability source code

The auxiliary tool uuid is an obligatory dependency of MKG.
On Debian-style platforms, use sudo apt install uuid.
On Gentoo itself as a host, use emerge -u sys-apps/util-linux.
MKG will then make use of uuidgen instead of uuid.
For other platforms, the source package of the uuid auxiliary tool has been added to enhance
portability.
Should you need to install it, please perform installation as follows:

  • unpack: tar xzvf libuuid-1.0.3a.tar.gz
  • cd libuuid-1.0.3
  • ./configure && make && sudo make install

Finally check that which uuid has zero exit code.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.