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)
nyangpt:fix install path bc3f973810e90a262b4031e3e68907debb6a8f5e Sylvain BERTRAND 2021-06-19 15:17:12
meh 49c47476a2dc7adb305ac1476435025da2a85231 Sylvain BERTRAND 2021-06-19 14:56:21
binutils/tinycc toolchain 33a1aacaa3f4a4408522a4f0d20ef4d1cca6f1a3 Sylvain BERTRAND 2021-06-19 14:55:45
muinit: fix slot 44da131be771b150b241871860bfdb1cdd57274f Sylvain BERTRAND 2021-06-19 12:38:18
mudev: fix slot c00f05864ad26357a37f5fa0b25eb193412dfdc7 Sylvain BERTRAND 2021-06-19 12:36:44
re-boostrape: in the end, create the symbolic link b17f1e845f2b99014990b2b3a1bf9c1c1b15797e Sylvain BERTRAND 2021-06-19 12:28:22
noglib pkgconf, nyanmp update, ffmpeg to new nyan 824e0580ae1ad17b78b8cbfcfa08e790c4175eee Sylvain BERTRAND 2021-06-18 15:08:11
boostrap zlib, fix slot 95ed795361575c9117a2b8fe98a6c8ecb838bb74 Sylvain BERTRAND 2021-06-18 13:30:28
sync with busybox full modprobe support (old nyan) 7687c6b41a612bf8e9184844383e8b915e12fa88 Sylvain BERTRAND 2021-06-16 16:50:09
fully re-bootstrap-able new nyan (tested), started refurbishment of all packages a5960b2ca3d704285c561f48c7f5dfc71f9f1402 Sylvain BERTRAND 2021-06-16 16:39:34
gfx stack updates (vulkan glitch is being dealed by the vuklan WG itself...) 49e502b9cd9f13315d327d820884aeb589ccfb86 Sylvain BERTRAND 2021-06-16 16:20:43
gfx stack updates (vulkan still glitched, upstream told) c8ee508c966784975f41f248cc4fe9a3429a7b09 Sylvain BERTRAND 2021-06-06 15:51:37
libxkbcommon: update pulling the massive libxml2... 34ca0d7ee2e7883d5f7db6388e1bddd16f106f7c Sylvain BERTRAND 2021-06-02 17:20:31
xkeyboard-config update 137e88251076a97efe8fef04a28dcfb6e47d6def Sylvain BERTRAND 2021-06-01 22:35:15
libX11 forgot to remove the archive 3b45f942b14feb5d8929ac1763241106ed870175 Sylvain BERTRAND 2021-06-01 22:34:05
libX11 update f0fc66f1aa3f3e60d39e7940c90c6f019f46776b Sylvain BERTRAND 2021-06-01 20:12:42
st: update 44aefde69c7deacad2bcd4f5e95dd5fa8f582c25 Sylvain BERTRAND 2021-06-01 18:12:06
gfx stack updates (vulkan still glitched, upstream told) decd2f08f23e4307c67a618ec911476a2c84eaf8 Sylvain BERTRAND 2021-06-01 16:37:28
steam x86 update due to spurious overlay invokation 9f5875eb4e0c14bacf2019205807dd9ff6edeae0 Sylvain BERTRAND 2021-05-25 09:44:21
gfx stack updates (vulkan still glitched) aeaaa91c938e5eb76f75bf546c182b71e534a9c0 Sylvain BERTRAND 2021-05-23 17:03:04
Commit bc3f973810e90a262b4031e3e68907debb6a8f5e - nyangpt:fix install path
Author: Sylvain BERTRAND
Author date (UTC): 2021-06-19 15:17
Committer name: Sylvain BERTRAND
Committer date (UTC): 2021-06-19 15:17
Parent(s): 49c47476a2dc7adb305ac1476435025da2a85231
Signer:
Signing key:
Signing status: N
Tree: 2e4d0e47a0027acbd8c8277e2081e0f6926807e5
File Lines added Lines deleted
builders/nyangpt-93ff96f81c21fa5231aaec14fbd5cbc592eb04dc/builder.sh 3 3
File builders/nyangpt-93ff96f81c21fa5231aaec14fbd5cbc592eb04dc/builder.sh changed (mode: 100644) (index 83994f9..8a68671)
... ... if test x$git_commit != x; then
25 25 git checkout $git_commit git checkout $git_commit
26 26 fi fi
27 27
28 mkdir -p /nyan/nyangpt/$slot
29 ln -sTf $slot /nyan/nyangpt/current
28 mkdir -p /nyan/$src_name/$slot/bin
29 ln -sTf $slot /nyan/$src_name/current
30 30
31 31 $target_gnu_triple-gcc \ $target_gnu_triple-gcc \
32 32 -isystem /nyan/glibc/current/include \ -isystem /nyan/glibc/current/include \
 
... ... $target_gnu_triple-gcc \
34 34 -B /nyan/glibc/current/lib \ -B /nyan/glibc/current/lib \
35 35 -Wl,-s \ -Wl,-s \
36 36 $pkg_dir/nyangpt.c \ $pkg_dir/nyangpt.c \
37 -o /nyan/nyangpt/current/nyangpt
37 -o /nyan/$src_name/current/bin/$src_name
38 38
39 39 export PATH=$PATH_SAVED export PATH=$PATH_SAVED
40 40 unset PATH_SAVED unset PATH_SAVED
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