System_42
Ultra-Lightweight Superior Calibre Linux Distro
'''THERE IS NO ZIPFILE
download: 'theTool-v0.tar.gz'
Unpack theTool-v0.tar.gz to an empty ext2 directory,
preferably a fresh primary partition, like, /dev/sda4
tar -C/mnt/sda4 -xzf theTool-v0.tar.gz
Now also unpack libc, rootfs, and cc:
tar -C/mnt/sda4 -xzf theTool-v0-root.tar.gz
tar -C/mnt/sda4 -xzf theTool-v0-sys.tar.gz
tar -C/mnt/sda4 -xzf theTool-v0-cc.tar.gz
line up the kernel, .System42, with your lilo and boot it (use init=/sbin/init; or init=/bin/bash ).
Use sed...