User Tools

Site Tools


installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installation [2019/01/07 15:23] connieinstallation [2023/08/11 16:34] (current) connie
Line 6: Line 6:
 ===== Download ===== ===== Download =====
  
-[[magnet>?xt=urn:btih:0514b79c912723ff76a766c897e1ef73095258a0&dn=freeslack64-14.2-iso&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&ws=http%3a%2f%2fbeauxbead.com%2ffreeslackmirror%2ffxp-iso%2f|Freenix64 14.2 install DVD Magnet]] +[[https://freenix.net/fxp-iso/freenix64-14.2-iso/|Get the ISO via HTTP]].
- +
-[[https://freenix.net/torrents/freeslack64-14.2-iso.torrent|Freenix64 14.2 install DVD Torrent]] +
- +
-Some browsers will open a torrent client when you click on a link above. Either way, you can copy the link location and paste it into a torrent client. If a torrent won't work for you for some reason, you can [[https://freenix.net/fxp-iso/freeslack64-14.2-iso/|also 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]]: 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]]:
  
-<code>gpg2 --keyserver pool.sks-keyservers.net --recv-keys 0x473EB45F193340BC</code>+<code>gpg --recv-keys 0x473EB45F193340BC</code>
  
 ===== Install ===== ===== Install =====
Line 25: Line 21:
  
 <code>cp image-name.iso /dev/sdX</code> <code>cp image-name.iso /dev/sdX</code>
- 
-The installation process is essentially the same as for the stock Slackware. The only notable difference is that a single kernel package will supply both images (huge and generic) as well as the modules. 
  
 ===== Switching to the Generic Kernel ===== ===== Switching to the Generic Kernel =====
  
-Just as the latest iterations of the stock Slackware, the link /boot/vmlinuz points at the huge kernel by default, while the link /boot/vmlinuz-generic points at the generic kernel. You can follow the [[http://docs.slackware.com/slackware:beginners_guide#switch_to_a_generic_kernel|official instructions]] for building the initrd image and configuring lilo without changing a word.+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 <code>chroot /mnt</code> when calling mkinitrd* and lilo.  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 <code>chroot /mnt</code> when calling mkinitrd* and lilo. 
Line 65: Line 59:
 ===== Source Code ===== ===== Source Code =====
  
-The source part of the deblobbed Slackware 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 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. 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. 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.
installation.1546892635.txt.gz · Last modified: 2019/01/07 15:23 by connie