8 Commits
0.0.4 ... 1.0.3

Author SHA1 Message Date
39afd5c47a 🚀New package version 1.0.3 [CI SKIP] 2023-04-15 17:25:42 +00:00
66e0b03950 🚀New package version 1.0.2 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 17:23:59 +00:00
ec92cdac97 🚀New package version 1.0.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 17:18:29 +00:00
2043c543b2 🚀New package version 1.0.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2023-04-15 17:10:02 +00:00
612383e724 updated readme
All checks were successful
continuous-integration/drone Build is passing
2023-01-30 17:10:03 +01:00
397f9492d9 🚀New package version 0.2.0 [CI SKIP] 2021-04-14 16:24:19 +00:00
f57bf8ba51 🚀New package version 0.0.5 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
2021-04-14 16:06:21 +00:00
373b2f99a5 Fixed permissions
All checks were successful
continuous-integration/drone Build is passing
2021-04-14 18:04:45 +02:00
3 changed files with 14 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ 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

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