sylware / nyanlinux (public) (License: AFFERO GPLv3) (since 2019-09-09) (hash sha1)
scripts for a lean, from scratch, amd hardware, linux distro
List of commits:
Subject Hash Author Date (UTC)
README: notify that sane bootstrapping was broken by upstream 40767db0d574aa7d8efca6a1911a4ee8f4daac5f Sylvain BERTRAND 2021-01-19 16:06:57
gfx stack update 73c8ba9436bb1a88da6034cfdd6108d5cd9c28d6 Sylvain BERTRAND 2021-01-17 17:55:20
update:nyanmp 61a755da013289957beed697a1669f8f573b4e9e Sylvain BERTRAND 2021-01-16 18:40:51
update of nyanmp 0ff2e83c50843426a898a09326a720242c8adafe Sylvain BERTRAND 2021-01-15 18:23:31
nyanmp update a2653ca0724a316894b2976daccef64a49a8fa08 Sylvain BERTRAND 2021-01-15 02:06:39
update libX11 (planned obsolescence) d2f0a85fe482a44ebf472d8fa1e60cea3f78450c Sylvain BERTRAND 2021-01-12 19:56:09
update libxcb (planned obsolescence) d56c4fab2c59bf3543360255a4a1ee01ed1ad024 Sylvain BERTRAND 2021-01-12 19:50:49
update python xcb proto generator (planned obsolescence) 7ce68516c9c49b98b0174e41f4f94b5b909da90f Sylvain BERTRAND 2021-01-12 19:41:13
update libXau (planned obsolescence) 7f1a7d2bdb6738622d46817de07eede76782f777 Sylvain BERTRAND 2021-01-12 19:27:58
update xtrans (planned obsolescence) 201c7bd2e5290218bdce3e98c567804143359d30 Sylvain BERTRAND 2021-01-12 19:15:59
xorg-proto update (planned obsolescence) 558b0c8dd57fde37d3b612b77753515928cf0349 Sylvain BERTRAND 2021-01-12 19:01:18
gfx stack update 7ff23d836f9c05b7f8fbcc8974563049019c436a Sylvain BERTRAND 2021-01-11 02:09:04
gfx stack update b3d858ab0f83211d99202e5a552bc539404cb1b3 Sylvain BERTRAND 2021-01-04 19:38:04
gfx stack update cd5692e6c892585302811cb321411e5d5907d42e Sylvain BERTRAND 2020-12-28 16:18:30
links:update to latest version 84d2851077dab241a7120f96b404c977da515050 Sylvain BERTRAND 2020-12-26 21:54:00
libressl:update to lastest version f5c0db9ee9e710e498b89cad8f2c62b69febf4c7 Sylvain BERTRAND 2020-12-26 21:33:41
gfx stack update 4b113c9476a8006961c1182c47d0e1ef698adb3d Sylvain BERTRAND 2020-12-25 15:45:09
gfx stack update b20a36c8c94a0e893efec3d1b2660b1f3872ea66 Sylvain BERTRAND 2020-12-13 16:38:11
gfx stack update c73bfd68fc2c7acdb5c00ca8f697889e958c1532 Sylvain BERTRAND 2020-12-06 15:42:34
tuned libSDL2 6b6348c1d081368bb7451fdab46c72edb2cf2df0 Sylvain BERTRAND 2020-12-02 11:51:32
Commit 40767db0d574aa7d8efca6a1911a4ee8f4daac5f - README: notify that sane bootstrapping was broken by upstream
Author: Sylvain BERTRAND
Author date (UTC): 2021-01-19 16:06
Committer name: Sylvain BERTRAND
Committer date (UTC): 2021-01-19 16:06
Parent(s): 73c8ba9436bb1a88da6034cfdd6108d5cd9c28d6
Signer:
Signing key:
Signing status: N
Tree: 7c4d4e19a69dc14751992da177dfcf18dc350ffc
File Lines added Lines deleted
README 13 1
File README changed (mode: 100644) (index 6aa180f..62b446d)
1 IMPORTANT: We are re-working the bootstrapping of the distro, but due to toxic
2 decisions made upstream at high level, the SDK seems to be now _really_
3 locked-in on some SDK related components using the complexity scam or bias.
4 Yes, there is some bits related to geopolitics and "control" of the software
5 needed for information systems of nearly any types. Much of this is planned
6 obsolescence based on the complexity scam->the technical trajectory is accutely
7 toxic.
8
9 XXX:In other word, upstream broke bootstrapping at a reasonable technical cost.
10 We have to make decisions at our level.
11
12 ----
1 13 This is as set of build scripts which bootstrap a kind of minimal/ultra-light This is as set of build scripts which bootstrap a kind of minimal/ultra-light
2 14 desktop gnu/linux distro (x86_64/AMD CPU and GCN GPU). desktop gnu/linux distro (x86_64/AMD CPU and GCN GPU).
3 15
4 This is _my_ linux from scratch, my everyday distro (for AMD hardware,
16 This is _our_ linux from scratch, our everyday distro (for AMD hardware,
5 17 but you can add all the supported others if you want to). but you can add all the supported others if you want to).
6 18 glibc is about to deprecate the support of libdl in static binaries. It seems glibc is about to deprecate the support of libdl in static binaries. It seems
7 19 glibc and/or elf is becoming nasty (like gcc slowly turning into a piece of c++ glibc and/or elf is becoming nasty (like gcc slowly turning into a piece of c++
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main