D. E. Evans' Core Linux Distribution is a minimal distribution of the GNU/Linux operating
system designed to be the basis for a complete system constructed by the end user. A fresh
installation of Core will boot into a console and provide the user with the tools needed to
download, compile and install other applications.
Core is primarily designed for experienced Linux users, though it has found an audience with
those looking to learn about the internals and operation of a Linux system. Core requires the user
to manually configure, compile and install applications and expects the user to consult man pages
and other documentation.
This project is the outgrowth, and an evolution, of my use of Josh Devin's Core Linux Distribution, as well as Core 2 and Prime. It was begun publicly in 2010, though I've been using Core since 2004.
These instructions are incomplete, but should be sufficient:
install_core
[mount point]'/pkgs/optional/
can be installed with corepkg(8)
/pkgs/kernel/
to /usr/src/
of the hard drive
/boot/{bzImage,config,SystemMap}/
files to the /boot/
directory of the installed system/pkgs/kernel/linux-6.6+2.cpk
package is installedchroot [mount point] bash -l
' to chroot into the new system
grub-install [sda]
/etc/
(e.g. fstab
)/boot/6.6/
)exit
the chroot, then reboot and start constructing the new system.Kernel firmware is not provided with this ISO. Some chips, especially video, have issues that
cause a problem during boot because of a requirement for this firmware. With my AMD (Evergreen)
desktop, blacklisting the radeon module on boot is a temporary work around:
modprobe.blacklist=radeon
. Another more aggressive work around is
nomodeset
.
For further information visit:
Due to upload restrictions, the ISO is Bzip2 compressed:
CorePKG is now hosted by the GNU Project: nongnu.org/corepkg
Core, Core 2, and Prime are no longer available.
©2001-2003 Josh Devin
@2005, 2007 Core 2 distro project authors
@2008 Prime GNU/Linux, James Linden
©2010-2024 by David Egan Evans.