Skip to content

langitketujuh/l7-os

Repository files navigation

Live maker and installer

GNU/Linux distribution based on Voidlinux with KDE desktop environment. Rolling release stable, light and efficient. home edition for common users and studio edition for the needs of designers, illustrators, animators and game designers.

This repository contains utilities for LangitKetujuh:

  • installer: (The LangitKetujuh el-cheapo installer for x86)
  • mklive: (The LangitKetujuh live image maker for x86)
  • mkimage: (The LangitKetujuh image maker for ARM platforms)
  • mkplatformfs: (The LangitKetujuh filesystem tool to produce a rootfs for a particular platform)
  • mkrootfs: (The LangitKetujuh rootfs maker for ARM platforms)
  • mknet: (Script to generate netboot tarballs for LangitKetujuh)

System requirement:

  • 2G RAM.
  • CPU Dual core.
  • 10G free diskspace for base, 20G for home or 40G for studio.

Login:

user password
anon langitketujuh
root langitketujuh

Clone repository

git clone git@gitlab.com:langitketujuh/l7-os.git --recursive

Install dependencies (root)

xbps-install -S git make liblz4 xbps qemu-user-static

Usage

cd l7-os
make

How to build iso (root)

x86_64
./build-x86-images.sh -a x86_64 -b base
./build-x86-images.sh -a x86_64 -b kde-home
./build-x86-images.sh -a x86_64 -b kde-studio
x86_64-musl
./build-x86-images.sh -a x86_64-musl -b base
./build-x86-images.sh -a x86_64-musl -b kde-home
./build-x86-images.sh -a x86_64-musl -b kde-studio
all images
./release.sh

Thanks To:

Releases

No releases published

Packages

No packages published