Usage:
- Extract the archive as root to your target dir
(sudo tar -xvf 2024.MAR-1.tar.xz -C dir)
- Run
(cd dir; sudo ./bin/kiss-chroot . )
to enter the chroot.
Changelog:
- Updated all packages.
- Slightly smaller tarball.
Build flags:
export CFLAGS="-march=x86-64 -mtune=generic -pipe -Os"
export CXXFLAGS="-march=x86-64 -mtune=generic -pipe -Os"
export MAKEFLAGS="-j$(nproc)"
Packages:
/ # kiss l
b3sum 1.3.1-1
baselayout 2-1
binutils 2.41-1
bison 3.8.2-1
busybox 1.36.1-1
bzip2 1.0.8-1
curl 8.6.0-1
flex 2.6.4-5
gcc 13.2.0-1
git 2.44.0-1
kiss 5.6.4-1
linux-headers 6.7.7-1
m4 1.4.19-1
make 4.4.1-1
musl 1.2.5-1
openssl 3.2.1-1
pigz 2.8-1
xz 5.4.6-1
zlib 1.3.1-1
What's Changed
Full Changelog: 2022.NOV-1...2024.MAR-1