Compare commits

..

No commits in common. "main" and "0.0.4" have entirely different histories.
main ... 0.0.4

3 changed files with 5 additions and 16 deletions

View File

@ -27,15 +27,14 @@ steps:
- unsquashfs slax/modules/lfkscan.sb
- rm -rf slax/modules/lfkscan.sb squashfs-root/root/lfkscan
- mv out/\@lfk-scanclient-electron-linux-x64 squashfs-root/root/lfkscan
- chmod -R 777 squashfs-root/root/lfkscan
- mksquashfs squashfs-root slax/modules/lfkscan.sb -b 1024k -comp xz -Xbcj x86 -e boot
- rm -rf squashfs-root out electron.zip
- mkdir dist
- zip -r dist/lfk-scanclient-live_${CI_COMMIT_TAG}_x64.zip slax
- zip -r dist/lfk-scanclient-live_${DRONE_TAG}_x64.zip slax
- name: gitea_release
image: plugins/gitea-release
settings:
title: Release ${CI_COMMIT_TAG}
title: Release ${DRONE_TAG}
api_key:
from_secret: gitea_token
base_url: https://git.odit.services

View File

@ -1,25 +1,15 @@
# @lfk/scanclient-live
# @lfk/scanclient-ive
## ✒️ 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 `lfk-scanclient-live` ZIP and unpack it
1. Download the latest 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": "1.0.3",
"version": "0.0.4",
"description": "Build env for the live version of @lfk/scanclient-electron",
"main": "download.js",
"scripts": {