spcwingo/netbootcd-neo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
NetbootCD-Neo is a Linux live environment based on Tiny Core Linux. The live environment allows the user to download and run one of several Linux netboot installers, live environments, and utilities which can install or boot a full GNU/Linux system with only a hard drive and Internet connection. Some of the distributions supported by NetbootCD-Neo are prerelease or development distributions (such as Fedora Rawhide and Debian sid.) Because NetbootCD-Neo downloads the latest installer, which in turn downloads the latest system components, you can install a fully up-to-date system without burning a new CD or USB flash drive. The original NetbootCD script that this is based upon is written by Isaac Schemm (et al) and is licensed GPLv2+. NetbootCD-Neo uses the same license. Other components have their own license terms. Unlike the original NetbootCD, NetbootCD-Neo supports both BIOS and UEFI systems. To build, run as root or use fakeroot: cd ~/Downloads/netbootcd-neo sudo ./Build.sh # or fakeroot ./Build.sh Of course that's assuming the extracted folder is in your Downloads directory. Adjust as necessary.