#!/bin/bash # this script updates the "site"-part of tinycore and copies it to the tftp-folder mkdir -p corepure64 cd corepure64 zcat ../corepure64.gz | sudo cpio -i -H newc -d cd ..