How do I install kiss with working xorg?

This page summarizes the projects mentioned and recommended in the original post on /r/kisslinux

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • repo-main

    Discontinued Maintainer requested

  • wget https://github.com/kiss-community/repo/releases/download/2021.5-1/kiss-chroot-2021.5-1.tar.xztar xvf kiss-chroot* --directory /mnt # Echos .profile into chroot echo "export KISS_PATH='' KISS_PATH=\$KISS_PATH:/etc/repos/repo core KISS_PATH=\$KISS_PATH:/etc/repos/repo/extra KISS_PATH=\$KISS_PATH:/etc/repos/repo/xorg KISS_PATH=\$KISS_PATH:/etc/repos/community/community export CFLAGS=\"-O3 -pipe -march=native\" export CXXFLAGS=\"\$CFLAGS\" export MAKEFLAGS=\"-j\$(nproc)\"" >> /mnt/etc/profile

  • community

    Officially unofficial KISS community repository, mirror of https://codeberg.org/kiss-community/community (by kiss-community)

  • echo "rm -rf lost+found mkdir /etc/repos cd /etc/repos git clone https://github.com/kiss-community/repo git clone https://github.com/kiss-community/community source /etc/profile cd / kiss b gnupg1 kiss i gnupg1 gpg --keyserver keys.gnupg.net --recv-key DA4AB731D4C3F13Decho trusted-key DA4AB731D4C3F13D >> /root/.gnupg/gpg.conf cd /etc/repos/repo git config merge.verifySignatures truecd /kiss update kiss update kiss b alsa-utils baseinit dhcpcd dmenu dosfstools e2fsprogs efibootmgr eudev ffmpeg fontconfig libelf liberation-fonts libudev-zero lz4 mandoc nano ncurses opendoas sowm st sxhkd terminus-font xf86-video-amdgpu xinit xorg-server xrandr xrdb xset xsetroot util-linuxkiss b xf86-input-libinput echo \"kiss\" > /etc/hostname echo \"127.0.0.1 kiss.localdomain kiss::1 kiss.localdomain kiss ip6-localhost\" > /etc/hostswget https://raw.githubusercontent.com/cemkeylan/genfstab/master/genfstabchmod +x genfstab./genfstab -U >> /letc/fstab rm -rf genfstab cd /usr/lib curl --output firmware.tar.gz https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20210511.tar.gz tar xvf firmware.tar.gz rm -rf firmware.tar.gz mv linux-* firmware cd /usr/src curl --output kernel.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.43.tar.xztar xvf kernel.tar.xz rm -rf kernel.tar.xz mv linux* linux cd linux wget https://k1sslinux.org/dist/kernel-no-perl.patchpatch -p1 < kernel-no-perl.patchrm -rf kernel-no-perl.patch make defconfig make menuconfig (the only changes I have made are adding the navi10 and amd microcode drivers, enabling amdgpu support, and adding nvme support)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ufetch

  • make -j12 make INSTALL_MOD_STRIP=1 modules_install make install cd /mv /boot/vmlinuz /boot/vmlinuz-5.10.43 mv /boot/System.map /boot/System.map-5.10.43 cd /usr/bin wget https://gitlab.com/jschx/ufetch/-/raw/master/ufetch-linux mv ufetch-linux ufetch chmod +x ufetch cd / echo \"permit nopass kiss permit nopass roor\" > /etc/doas.conf passwd root adduser kiss addgroup kiss video addgroup kiss audio addgroup kiss input echo \"exec sowm\" > ~/.xinitrc https://pastebin.com/raw/Ag5UjSaQ cp -r ~/.xinitrc /home/kiss/ efibootmgr -b 0 -B efibootmgr -c -d /dev/nvme0n1 -p 1 -L \"Kiss\" -l vmlinuz-5.10.43 -u root=/dev/nvme0n1p2" > /mnt/scriptchmod +x /mnt/script/mnt/bin/kiss-chroot /mnt

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: What is a good small Linux for education

    1 project | news.ycombinator.com | 16 Mar 2024
  • [sowm] My first time using linux!

    5 projects | /r/unixart | 19 Jun 2023
  • needed packages to compile kernel

    1 project | /r/kisslinux | 21 Nov 2022
  • sowm | a minimalist experience

    1 project | /r/unixart | 31 Oct 2022
  • When your kernel is just glue code between mlibc and limine

    1 project | /r/osdev | 29 Oct 2022