Skip to content

dzumq/Linux-Larp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux LARP

Linux LARP Logo

Linux LARP Desktop Screenshot

Linux LARP showcase video


Linux LARP is a Debian-based live joke distro for larping. Below are the features.


Features of Linux Larp

Linux LARP features a useless terminal which cannot execute commands, instead it just outputs a fake "hackertyper" like output. Additionally the default Browser is Google Chrome for "Privacy" lol

This is currently a live ISO, not a traditional installable distro. Booting it runs the system from the ISO, USB, or VM. Changes do not persist after reboot.


Download

Download the latest ISO from the Releases page:

linux-larp-1.0-amd64.iso
linux-larp-1.0-amd64.iso.sha256

Then simply put the .iso in a vm and set OS as debian 13 if your vm software asks for that.

To verify the ISO:

sha256sum -c linux-larp-1.0-amd64.iso.sha256

Building from source

Build on a Debian-based system.

1. Install build dependencies

sudo apt update
sudo apt install live-build dpkg-dev xorriso isolinux syslinux-common qemu-system-x86

2. Clone the repository

git clone https://github.com/dzumq/linux-larp.git
cd linux-larp

3. Build the custom packages

mkdir -p repo

dpkg-deb --root-owner-group --build packages/hackermode repo/hackermode_1.0_all.deb
dpkg-deb --root-owner-group --build packages/wallpapers repo/wallpapers_1.0_all.deb
dpkg-deb --root-owner-group --build packages/fetch repo/fetch_1.0_all.deb
dpkg-deb --root-owner-group --build packages/defaults repo/defaults_1.0_all.deb

4. Copy packages into the live-build config

mkdir -p iso/config/includes.chroot/opt/larp-packages
rm -f iso/config/includes.chroot/opt/larp-packages/*.deb
cp repo/*.deb iso/config/includes.chroot/opt/larp-packages/

5. Build the ISO

cd iso
sudo lb clean --purge
lb config
sudo lb build

The finished ISO should appear as:

iso/live-image-amd64.hybrid.iso

HAPPY LARPING

About

Linux Distro for Larpers

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors