Compare commits

...

13 Commits
0.0.3 ... main

Author SHA1 Message Date
Nicolai Ort 9584719d4d
Merge branch 'main' of git.odit.services:lfk/scanclient-live 2024-02-13 17:26:41 +01:00
Nicolai Ort ef58a03a92
fix(ci): Switched to non-drone env vars 2024-02-13 17:26:33 +01:00
Philipp Dormann 39afd5c47a 🚀New package version 1.0.3 [CI SKIP] 2023-04-15 17:25:42 +00:00
Philipp Dormann 66e0b03950 🚀New package version 1.0.2 [CI SKIP]
continuous-integration/drone Build is passing Details
2023-04-15 17:23:59 +00:00
Philipp Dormann ec92cdac97 🚀New package version 1.0.1 [CI SKIP]
continuous-integration/drone Build is passing Details
2023-04-15 17:18:29 +00:00
Philipp Dormann 2043c543b2 🚀New package version 1.0.0 [CI SKIP]
continuous-integration/drone Build is passing Details
2023-04-15 17:10:02 +00:00
Philipp Dormann 612383e724
updated readme
continuous-integration/drone Build is passing Details
2023-01-30 17:10:03 +01:00
Nicolai Ort 397f9492d9 🚀New package version 0.2.0 [CI SKIP] 2021-04-14 16:24:19 +00:00
Nicolai Ort f57bf8ba51 🚀New package version 0.0.5 [CI SKIP]
continuous-integration/drone Build is passing Details
2021-04-14 16:06:21 +00:00
Nicolai Ort 373b2f99a5 Fixed permissions
continuous-integration/drone Build is passing Details
2021-04-14 18:04:45 +02:00
Nicolai Ort 1a5e03ea5f 🚀New package version 0.0.4 [CI SKIP] 2021-04-14 15:50:22 +00:00
Nicolai Ort db98d38d93 🚀New package version 0.0.2 [CI SKIP]
continuous-integration/drone Build is passing Details
2021-04-14 15:44:35 +00:00
Nicolai Ort e93f427337 Added missing mkdir
continuous-integration/drone Build is passing Details
2021-04-14 17:41:02 +02:00
3 changed files with 17 additions and 5 deletions

View File

@ -27,13 +27,15 @@ 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
- zip -r dist/lfk-scanclient-live_${DRONE_TAG}_x64.zip slax
- mkdir dist
- zip -r dist/lfk-scanclient-live_${CI_COMMIT_TAG}_x64.zip slax
- name: gitea_release
image: plugins/gitea-release
settings:
title: Release ${DRONE_TAG}
title: Release ${CI_COMMIT_TAG}
api_key:
from_secret: gitea_token
base_url: https://git.odit.services

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.0.1",
"version": "1.0.3",
"description": "Build env for the live version of @lfk/scanclient-electron",
"main": "download.js",
"scripts": {