===== TinyCore Linux =====
== eine minimalistische Linux-Distribution, die nur im RAM sitzt ==


((1)) Einige Grundfunktionen / Befehle:
Nachstehend werden die wichtigsten Infos / Befehle gelistet:
	
	((2)) Standarddaten für den Login
	username: tc
	password: piCore
	
	((2)) Persist current state to disk:
	##filetool.sh -b##
	
	((2)) Where to specify additional default file locations for persistence:
	##/opt/.filetool.lst##

	((2)) Download and install packages:
	##tce-load -wi package_name.tcz##

	((2)) Show which packages are currently installed:
	##tce-status -i##
	
	((2)) Find current OS version info:
	version
	
	((2)) Search for and install packages with console UI:
	##tce##

	((2)) Where to put your own startup and shutdown scripts:
	##/opt/bootlocal.sh
	/opt/shutdown.sh##
	
	((2)) Getting WiFi working
	##tce-load -wi wifi
	the-load -wi firmware-rpi3-wireless
	reboot## 
	and set up a connection:
	##sudo wifi.sh
	sudo filetool.sh -b##
	

((1)) Funktionen für Fortgeschrittene