Initial commit

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
This commit is contained in:
Jacob Hrbek 2020-10-17 03:10:41 +02:00
commit 9035b0005d
No known key found for this signature in database
GPG Key ID: FCBA0482B0AB9F10
10 changed files with 51 additions and 0 deletions

1
LICENSE.md Symbolic link
View File

@ -0,0 +1 @@
legal/license/en/exheredrey.md

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# RiXotStudio's Zernit - Exheredrey project
Libre Open-Source (LOSS) fork of Exherbo GNU/Linux <https://exherbo.org> focused on resolving code quality issues while arguably upgrading the downstream codebase to comply with POSIX IEEE 1003.1-2017 standard and maintaining a productive work environment with the intention to educate each other while providing a peer-review of the code.
## Economy
This fork is designed to be non-free while complying with Free Software Foundations's essential four freedoms to allow for the required maintainance and expected quality of the distribution on which we woudn't have the resources if it was provided for free.
Currently this fork is free to use which will change in the future depending on popularity.
## Future of this project
This is research implementation of the Zernit project <https://github.com/RXT0112> to provide the required infrastracture to develop the project and stress test the implementation and ideology and as such this project has set end-of-life at which it will be most likely released as Free Libre Open-Source software with our effort focused on RXT0112-PackageManager.

View File

@ -0,0 +1,7 @@
Copyright (C) 2017-2020 - All rights reserved by Jacob Hrbek identified using a GPG identifier assigned to the electronic mail <kreyren@rixotstudio.cz> according to the keyserver <https://keys.openpgp.org> unless stated otherwise at the header of the file
END-OF-LICENSE
---
This is a stub implementation for four freedom respecting license and the content below `END-OF-LICENSE` is currently considered as non-legally binding
---

4
metadata/about.conf Normal file
View File

@ -0,0 +1,4 @@
homepage = TBD
summary = Libre Open-Source fork of Exherbo Linux
description = FIXME Description
status = core

4
metadata/arch.conf Normal file
View File

@ -0,0 +1,4 @@
amd64
arm
armv7
x86

4
metadata/layout.conf Normal file
View File

@ -0,0 +1,4 @@
layout = exheredrey
eapi_when_unknown = exheredrey-0
eapi_when_unspecified = exheredrey-0
profile_eapi_when_unspecified = exheredrey-0

View File

@ -0,0 +1,3 @@
# File defining architecture options for paludis
amd64 - 64-bit version of the x86 instruction set originally created by AMD(R)
x86 - 32-bit instruction set originally created by Intel(R)

View File

@ -0,0 +1,5 @@
# File defining options for initial-system for paludis
openrc - Dependency-based initial system
gnu-shepard - GNU Daemon Shepherd initial system
runit - Init scheme for Unix-like operating systems
systemd - Software suite that provides an array of system components including initial system

View File

@ -0,0 +1,8 @@
# File defining paludis options for kernel
linux - Standalone fork of minix created by Linus Torvalds, just a hobby won't be big at all..
freebsd - Free and Libre fork of Berkeley University's Unix Software Distribution
redox - Unix-like kernel written in rustlang currently in alpha phase
darwin - Shiny clone of FreeBSD with price tag and bad decisions
windows - Non-libre evolution of MS-DOS kernel made by Bill Gates and Paul Allen
ms-dos - Quick and Dirty Operating System (QDOS) made by Tom Paterson, purchased and renamed by Microsoft(R)
reactos - Libre release of Microsoft(R) WindowsXP kernel maintained by the community

View File

@ -0,0 +1,2 @@
# File defining userland options for paludis
gnu - GNU userland (FHS3_0)