~~NOCACHE~~ ====== Freenix64 14.2 Installation ====== The easiest way to obtain a [[https://www.gnu.org/philosophy/free-sw.html|free and libre]] Slackware flavor is by installing from our ISO image, which is a deblobbed version of the official Slackware ISO. We replaced the kernel with [[http://www.fsfla.org/ikiwiki/selibre/linux-libre/|Linux-libre]], removed other [[https://www.gnu.org/philosophy/categories.en.html#non-freeSoftware|non-free]] bits, and adjusted slackpkg configuration to use our repository, while leaving everything else in place. ===== Download ===== [[https://freenix.net/fxp-iso/freenix64-14.2-iso/|Get the ISO via HTTP]]. You will need our public key 0x473eb45f193340bc to verify the authenticity of the image. You can find the [[https://freenix.net/fxp/freeslack64-14.2/GPG-KEY|key in our repository]] or import it from a [[http://pgp.mit.edu/pks/lookup?search=0x473eb45f193340bc&op=index|public keyserver]]: gpg --recv-keys 0x473EB45F193340BC ===== Install ===== You can burn the iso image with a dvd burner of your choice, like k3b. If you are installing from a USB stick, convert the image first with isohybrid -u image-name.iso and then copy it to a USB device with cp image-name.iso /dev/sdX ===== Switching to the Generic Kernel ===== The link /boot/vmlinuz points at the huge kernel by default, while the link /boot/vmlinuz-generic points at the generic kernel. Note also that you can switch to a generic kernel as early as during the installation phase, right after you quit the setup program, but before you reboot. You just have to settle for editing files with vi and prepending chroot /mnt when calling mkinitrd* and lilo. ===== Setting up slackpkg ===== No change here from the stock. As root, uncomment one and only one mirror in /etc/slackpkg/mirrors Obtain our signing key with slackpkg update gpg Optionally, you can check you got the right key with gpg2 -k 0x473EB45F193340BC After that you can issue the usual commands such as slackpkg update slackpkg upgrade-all ==== Mirrors ==== Here is the most up-to-date list of slackpkg mirrors intended for the end user support. If you want to build your own mirror, [[participation#mirror_the_repository|use rsync]]. {{url>https://freenix.net/mirrors.html 80%,14em noborder}} ===== Extra Packages ===== We provide a collection of [[https://freenix.net/fxp/freeslack64-14.2/fxp/|extra binary packages]] for the latest stable branch. These builds are based on scripts provided by SlackBuilds.org, with very similar dependencies and gotchas, so keep this in mind if you download and install them manually. If you are feeling **very brave**, you can help with testing **freepkg**, our [[https://freenix.net/fxp/freeslack64-14.2/fxp/freepkg|in-house package manager]] ([[https://freenix.net/fxp/freeslack64-14.2/fxp/freepkg.asc|signed]]), but please be advised it is **highly experimental**. ===== Source Code ===== The source part of the repository can be found in the [[https://freenix.net/fxp/freeslack64-14.2/source/|usual place]]. Within it you can find all the code we use to [[https://freenix.net/fxp/freeslack64-14.2/source/fxp/|deblob the repository]] and to [[https://freenix.net/fxp/freeslack64-14.2/source/fxp/build/linux-libre/|refactor the kernel package]]. The highlights include the [[https://freenix.net/fxp/freeslack64-14.2/source/fxp/cfg/deblob-slackware.txt|rsync blacklist]] we use when pulling from the (non-free) stock repository. The purpose of the list is to trim all non-free bits so early that they never get a chance to arrive at our production host. We are highly concerned with the accuracy and the currency of this list, so you would do us a great favor by helping us improve it. Another important piece of code is the [[https://freenix.net/fxp/freeslack64-14.2/source/fxp/bin/deployfxp|deployment script]] which assembles the free repository in real time by taking the trimmed free mirror as a starting point.