This repository has been archived on 2025-04-06 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
				
			
		
		
		
			
				
					
						
					
					db98d38d93aeaa7f5e57fb772bcb6238edfadbd4
				
			
			
		
	
		
			All checks were successful
		
		
	
	continuous-integration/drone Build is passing
				
			@lfk/scanclient-ive
✒️ Overview
This is the a live linux distribution that autostarts @lfk/scanclient-electron after boot. Based on the awesome Slax Linux.
🚀 Setup
- Download the latest zip and unpack it
 - Copy the slax folder over to your USB drive
 - Execute the 
slax/boot/bootinst.bat(Windows) orslax/boot/bootinst.sh(Linux) Skript to make the usb bootable - Boot your system from the usb stick (legacy mode)
 
🛠 Build it yourself
These steps rely on node:alpine, you can adopt them to your own os (mostly for depency installation)
apk add squashfs-tools git zip
yarn
yarn download
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
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_custom_x64.zip slax
Description
				
								Release 1.0.0
								
	Latest
							
						
					Languages
				
				
								
								
									DIGITAL Command Language
								
								92.2%
							
						
							
								
								
									Shell
								
								2.4%
							
						
							
								
								
									Batchfile
								
								1.8%
							
						
							
								
								
									VBScript
								
								1.6%
							
						
							
								
								
									Clojure
								
								1.5%
							
						
							
								
								
									Other
								
								0.5%