Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
9584719d4d | |||
ef58a03a92 | |||
39afd5c47a | |||
66e0b03950 | |||
ec92cdac97 | |||
2043c543b2 | |||
612383e724 | |||
397f9492d9 |
@ -31,11 +31,11 @@ steps:
|
|||||||
- mksquashfs squashfs-root slax/modules/lfkscan.sb -b 1024k -comp xz -Xbcj x86 -e boot
|
- mksquashfs squashfs-root slax/modules/lfkscan.sb -b 1024k -comp xz -Xbcj x86 -e boot
|
||||||
- rm -rf squashfs-root out electron.zip
|
- rm -rf squashfs-root out electron.zip
|
||||||
- mkdir dist
|
- mkdir dist
|
||||||
- zip -r dist/lfk-scanclient-live_${DRONE_TAG}_x64.zip slax
|
- zip -r dist/lfk-scanclient-live_${CI_COMMIT_TAG}_x64.zip slax
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
title: Release ${DRONE_TAG}
|
title: Release ${CI_COMMIT_TAG}
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
base_url: https://git.odit.services
|
base_url: https://git.odit.services
|
||||||
|
14
README.md
14
README.md
@ -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
|
||||||
|
@ -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": {
|
||||||
|
Reference in New Issue
Block a user