Merge branch 'main' of git.odit.services:lfk/scanclient-live

This commit is contained in:
Nicolai Ort 2024-02-13 17:26:41 +01:00
commit 9584719d4d
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 13 additions and 3 deletions

View File

@ -1,15 +1,25 @@
# @lfk/scanclient-ive
# @lfk/scanclient-live
## ✒️ Overview
This is the a live linux distribution that autostarts @lfk/scanclient-electron after boot.
Based on the awesome [Slax Linux](https://www.slax.org/).
## 🚀 Setup
1. Download the latest zip and unpack it
1. Download the latest `lfk-scanclient-live` ZIP and unpack it
2. Copy the slax folder over to your USB drive
3. Execute the `slax/boot/bootinst.bat` (Windows) or `slax/boot/bootinst.sh` (Linux) Skript to make the usb bootable
4. Boot your system from the usb stick (legacy mode)
## 🌳 USB Filesystem Structure
If you followed everything, your USB should look like this:
```
G:\
└───slax
├───boot
├───changes
└───modules
```
## 🛠 Build it yourself
> These steps rely on node:alpine, you can adopt them to your own os (mostly for depency installation)
```bash

View File

@ -1,6 +1,6 @@
{
"name": "@lfk/scanclient-live",
"version": "0.2.0",
"version": "1.0.3",
"description": "Build env for the live version of @lfk/scanclient-electron",
"main": "download.js",
"scripts": {