6 Commits
0.0.5 ... 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
2 changed files with 13 additions and 3 deletions

View File

@@ -1,15 +1,25 @@
# @lfk/scanclient-ive # @lfk/scanclient-live
## ✒️ Overview ## ✒️ Overview
This is the a live linux distribution that autostarts @lfk/scanclient-electron after boot. This is the a live linux distribution that autostarts @lfk/scanclient-electron after boot.
Based on the awesome [Slax Linux](https://www.slax.org/). Based on the awesome [Slax Linux](https://www.slax.org/).
## 🚀 Setup ## 🚀 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 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 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) 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 ## 🛠 Build it yourself
> These steps rely on node:alpine, you can adopt them to your own os (mostly for depency installation) > These steps rely on node:alpine, you can adopt them to your own os (mostly for depency installation)
```bash ```bash

View File

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