System_42
Ultra-Lightweight Superior Calibre Linux Distro
THERE IS NO ZIPFILE
download: 'theTool-v1.tar.gz'
Unpack theTool-v1.tar.gz to an empty ext2 directory,
preferably a fresh primary partition, like, /dev/sdb3
tar -C/mnt/sdb3 -xzf theTool-v1.tar.gz
Now also unpack libc, rootfs, and cc:
tar -C/mnt/sdb4 -xzf theTool-v0-root.tar.gz
tar -C/mnt/sdb4 -xzf theTool-v0-sys.tar.gz
tar -C/mnt/sdb4 -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 or emacs to alter etc/fstab before you boot it.
...